فهرست منبع

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