Просмотр исходного кода

Fix typo in precent-encoding documentation (#611)

Nicholas Bishop 6 лет назад
Родитель
Сommit
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