Skip to content

Commit 9a75a29

Browse files
Fix typo in precent-encoding documentation (#611)
1 parent 55395ed commit 9a75a29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

percent_encoding/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
//!
2424
//! This crate delibarately does not provide many different sets.
2525
//! Users should consider in what context the encoded string will be used,
26-
//! real relevant specifications, and define their own set.
26+
//! read relevant specifications, and define their own set.
2727
//! This is done by using the `add` method of an existing set.
2828
//!
2929
//! # Examples

0 commit comments

Comments
 (0)