Skip to content

Commit

Permalink
Update lib.rs
Browse files Browse the repository at this point in the history
Fix grammar issue
  • Loading branch information
Gadersd authored and d-e-s-o committed Sep 10, 2023
1 parent 43bbb6e commit 2ea9b21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@

//! A crate for interacting with the [Alpaca
//! API](https://alpaca.markets/docs/). In many ways it mirrors the
//! structure of the upstream API, which is comprised of functionality
//! structure of the upstream API, which is composed of functionality
//! for trading (represented here by the [`api`] module) as well as
//! market data retrieval (provided as part of the [`data`] module).
//!
Expand Down

0 comments on commit 2ea9b21

Please sign in to comment.