Преглед изворни кода

Fix typo in precent-encoding documentation (#611)

Nicholas Bishop пре 6 година
родитељ
комит
9a75a29039
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      percent_encoding/lib.rs

+ 1 - 1
percent_encoding/lib.rs

@@ -23,7 +23,7 @@
 //!
 //! This crate delibarately does not provide many different sets.
 //! Users should consider in what context the encoded string will be used,
-//! real relevant specifications, and define their own set.
+//! read relevant specifications, and define their own set.
 //! This is done by using the `add` method of an existing set.
 //!
 //! # Examples