Explorar o código

Fix typo in precent-encoding documentation (#611)

Nicholas Bishop %!s(int64=6) %!d(string=hai) anos
pai
achega
9a75a29039
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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