We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28080ae commit dbf3b02Copy full SHA for dbf3b02
gix-url/src/lib.rs
@@ -83,7 +83,7 @@ pub enum ArgumentSafety<'a> {
83
/// URLs may contain passwords and using standard [formatting](std::fmt::Display) will redact
84
/// such password, whereas [lossless serialization](Url::to_bstring()) will contain all parts of the
85
/// URL.
86
-/// **Beware that some URls still print secrets if they use them outside of the designated password fields.**
+/// **Beware that some URLs still print secrets if they use them outside of the designated password fields.**
87
///
88
/// Also note that URLs that fail to parse are typically stored in [the resulting error](parse::Error) type
89
/// and printed in full using its display implementation.
0 commit comments