Skip to content

Commit cc674ab

Browse files
authored
disambiguate doc of new_unchecked
1 parent bd59af5 commit cc674ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ impl NonEmptyString {
3636
Ok(NonEmptyString(string))
3737
}
3838
}
39-
/// Creates a new `NonEmptyString`, assuming it's not empty.
39+
/// Creates a new `NonEmptyString`, assuming `string` is not empty.
4040
///
4141
/// # Safety
4242
/// If the given `string` is empty, it'll be undefined behavior.

0 commit comments

Comments
 (0)