Kaynağa Gözat

Auto merge of #232 - hngiang:master, r=SimonSapin

Improve document change word URl to uppercase URL

<!-- Reviewable:start -->
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/rust-url/232)
<!-- Reviewable:end -->
bors-servo 10 yıl önce
ebeveyn
işleme
8a4fb9b45b
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      src/lib.rs

+ 1 - 1
src/lib.rs

@@ -824,7 +824,7 @@ impl Url {
 
     /// Return an object with methods to manipulate this URL’s path segments.
     ///
-    /// Return `Err(())` if this URl is cannot-be-a-base.
+    /// Return `Err(())` if this URL is cannot-be-a-base.
     pub fn path_segments_mut(&mut self) -> Result<PathSegmentsMut, ()> {
         if self.cannot_be_a_base() {
             Err(())