Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
survived committed Jun 3, 2024
1 parent d50aa34 commit 6679a19
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions udigest/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,8 @@ pub use encoding::Buffer;
/// )
/// ```
/// `person_a` and `person_b` have exactly the same hash as they have the same bytes
/// representation. For that reason, make sure that the [Tag] is unique per application.
/// You may also specify a tag per data type using `#[udigest(tag = "...")]` attribute.
/// representation. If you need to distinguish them, you can specify a domain-separation
/// tag using `#[udigest(tag = "...")]` attribute.
///
/// ### Container attributes
/// * `#[udigest(tag = "...")]` \
Expand Down

0 comments on commit 6679a19

Please sign in to comment.