Skip to content

Commit dbf3b02

Browse files
authored
Fix typo
1 parent 28080ae commit dbf3b02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gix-url/src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ pub enum ArgumentSafety<'a> {
8383
/// URLs may contain passwords and using standard [formatting](std::fmt::Display) will redact
8484
/// such password, whereas [lossless serialization](Url::to_bstring()) will contain all parts of the
8585
/// URL.
86-
/// **Beware that some URls still print secrets if they use them outside of the designated password fields.**
86+
/// **Beware that some URLs still print secrets if they use them outside of the designated password fields.**
8787
///
8888
/// Also note that URLs that fail to parse are typically stored in [the resulting error](parse::Error) type
8989
/// and printed in full using its display implementation.

0 commit comments

Comments
 (0)