Skip to content

Commit 66e83db

Browse files
committed
verbiage change
1 parent 7bc9a39 commit 66e83db

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/lib.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -884,8 +884,8 @@ impl Url {
884884

885885
/// Return this URL’s fragment identifier, if any.
886886
///
887-
/// A fragment refers to the part of a url follow the `#` symbol,
888-
/// which is used to identify a location in a document.
887+
/// A fragment is the part of a url following the `#` symbol,
888+
/// which is used to identify a location in the document.
889889
///
890890
/// **Note:** the parser did *not* percent-encode this component,
891891
/// but the input may have been percent-encoded already.

0 commit comments

Comments
 (0)