Skip to content

Commit 42ea4e8

Browse files
KSXGitHubanonrig
authored andcommitted
docs: fix typo
1 parent 5451d4f commit 42ea4e8

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
@@ -523,7 +523,7 @@ impl Url {
523523
unsafe { ffi::ada_has_non_empty_username(self.0) }
524524
}
525525

526-
/// Returns true if URL has a non-empty pasword.
526+
/// Returns true if URL has a non-empty password.
527527
pub fn has_non_empty_password(&self) -> bool {
528528
unsafe { ffi::ada_has_non_empty_password(self.0) }
529529
}

0 commit comments

Comments
 (0)