Skip to content

Commit fb9ff3f

Browse files
committed
docs: slight tweaks
1 parent 921f4d7 commit fb9ff3f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

crates/core/src/lib.rs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,8 @@
4242
//!
4343
//! # [Value]
4444
//!
45-
//! A [Value] can represent any of the three core data structures, as well as an [ItemCollection], akin to [serde_json::Value]:
45+
//! A [Value] can represent any of the three core data structures or an [ItemCollection].
46+
//! It's the [serde_json::Value] for **stac-rs**:
4647
//!
4748
//! ```
4849
//! use stac::{Value, Item};
@@ -85,7 +86,7 @@
8586
//! stac::write("an-id.json", stac::Item::new("an-id")).unwrap();
8687
//! ```
8788
//!
88-
//! 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):
89+
//! 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):
8990
//!
9091
//! ```no_run
9192
//! use stac::Item;

0 commit comments

Comments
 (0)