Skip to content

Commit

Permalink
docs: slight tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
gadomski committed Oct 31, 2024
1 parent 921f4d7 commit fb9ff3f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions crates/core/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@
//!
//! # [Value]
//!
//! A [Value] can represent any of the three core data structures, as well as an [ItemCollection], akin to [serde_json::Value]:
//! A [Value] can represent any of the three core data structures or an [ItemCollection].
//! It's the [serde_json::Value] for **stac-rs**:
//!
//! ```
//! use stac::{Value, Item};
Expand Down Expand Up @@ -85,7 +86,7 @@
//! stac::write("an-id.json", stac::Item::new("an-id")).unwrap();
//! ```
//!
//! Enable the `object-store` feature to get and put objects from e.g. AWS s3 (with the `object-store-aws` feature) or from other backends (see [features](#features) for a complete listing):
//! Enable the `object-store` feature to get and put objects from cloud storage, e.g. s3 (with the `object-store-aws` feature) or from other backends (see [features](#features) for a complete listing):
//!
//! ```no_run
//! use stac::Item;
Expand Down

0 comments on commit fb9ff3f

Please sign in to comment.