Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions idna/src/uts46.rs
Original file line number Diff line number Diff line change
Expand Up @@ -626,7 +626,7 @@ impl Uts46 {
///
/// This is an imperfect security mechanism, because [the Punycode form itself may be
/// resemble a user-recognizable name](https://www.unicode.org/reports/tr36/#TablePunycodeSpoofing).
/// However, since this mechanism is common practice, this API provides support for The
/// However, since this mechanism is common practice, this API provides support for
/// the mechanism.
///
/// ASCII labels always pass through as ASCII and labels with errors always pass through
Expand Down Expand Up @@ -760,9 +760,9 @@ impl Uts46 {
/// # Security considerations
///
/// Showing labels whose Unicode form might mislead the user as Punycode instead is
/// an imperfect security mechanism, because [the Punycode form itself may be resemble
/// an imperfect security mechanism, because [the Punycode form itself may resemble
/// a user-recognizable name](https://www.unicode.org/reports/tr36/#TablePunycodeSpoofing).
/// However, since this mechanism is common practice, this API provides support for the
/// However, since this mechanism is common practice, this API provides support for
/// the mechanism.
///
/// Punycode processing is quadratic, so to avoid denial of service, this method imposes
Expand Down
Loading