Skip to content

Commit

Permalink
Auto merge of #232 - hngiang:master, r=SimonSapin
Browse files Browse the repository at this point in the history
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 -->
  • Loading branch information
bors-servo authored Oct 20, 2016
2 parents 99d3b1b + f20288d commit 8a4fb9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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(())
Expand Down

0 comments on commit 8a4fb9b

Please sign in to comment.