Skip to content

Commit 6d5f774

Browse files
authored
Merge pull request #1885 from stagnation/patch-1
Fix typo
2 parents 28080ae + dbf3b02 commit 6d5f774

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)