Skip to content

Commit

Permalink
s/identity/identifier/
Browse files Browse the repository at this point in the history
  • Loading branch information
aborgna-q committed Nov 25, 2024
1 parent 0ac7821 commit 79c3a4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hugr-core/src/proptest.rs
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ pub fn any_nonempty_smolstr() -> SBoxedStrategy<SmolStr> {
ANY_NONEMPTY_STRING.to_owned().prop_map_into().sboxed()
}

/// A strategy for generating an arbitrary nonempty identity [String].
/// A strategy for generating an arbitrary nonempty identifier [String].
pub fn any_ident_string() -> SBoxedStrategy<String> {
ANY_IDENT_STRING.to_owned()
}
Expand Down

0 comments on commit 79c3a4c

Please sign in to comment.