Skip to content

Commit

Permalink
Fix docs
Browse files Browse the repository at this point in the history
Signed-off-by: Denis Varlakov <[email protected]>
  • Loading branch information
survived committed Aug 22, 2024
1 parent a7d8e6d commit dc6242f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion udigest/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ pub use encoding::Buffer;
///
/// When structure is digested, the hash map is converted into btree map. `_` in `BTreeMap<_, udigest::Bytes>`
/// says that the key should be kept as it is: `String` string will be digested. The macro
/// replaces underscores (also called "infer types") with [`udigest::as_::Same`], which
/// replaces underscores (also called "infer types") with [`Same`](crate::as_::Same), which
/// indicates that the same digestion rules should be used as for the original type.
/// `udigest::Bytes` indicates that the value `Vec<u8>` should be digested as bytes, not as
/// list of u8 which would be a default behavior.
Expand Down

0 comments on commit dc6242f

Please sign in to comment.