We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7bc9a39 commit c622505Copy full SHA for c622505
src/lib.rs
@@ -884,8 +884,8 @@ impl Url {
884
885
/// Return this URL’s fragment identifier, if any.
886
///
887
- /// A fragment refers to the part of a url follow the `#` symbol,
888
- /// which is used to identify a location in a document.
+ /// A fragment is the part of a url follow the `#` symbol,
+ /// which is used to identify a location in the document.
889
890
/// **Note:** the parser did *not* percent-encode this component,
891
/// but the input may have been percent-encoded already.
0 commit comments