Skip to content

Commit 80eda72

Browse files
committed
Fix typo
1 parent 9687d29 commit 80eda72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/macros.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ macro_rules! non_empty_string {
3434

3535
#[cfg(test)]
3636
mod tests {
37-
// We explicitely DO NOT do `use crate::NonEmptyString` or anything of the sorts to ensure the macro has proper hygiene.
37+
// We explicitly DO NOT do `use crate::NonEmptyString` or anything of the sorts to ensure the macro has proper hygiene.
3838
// Otherwise tests might pass, but if a user does `non_empty_string::non_empty_string!("A")`, they might get compilation
3939
// errors that `NonEmptyString` is not in scope.
4040

0 commit comments

Comments
 (0)