Skip to content

Commit

Permalink
doc: add missing symbol
Browse files Browse the repository at this point in the history
  • Loading branch information
tshepang committed Aug 10, 2015
1 parent febdc3b commit 3b686a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libstd/path.rs
Original file line number Diff line number Diff line change
Expand Up @@ -965,7 +965,7 @@ impl PathBuf {
///
/// * if `path` has a root but no prefix (e.g. `\windows`), it
/// replaces everything except for the prefix (if any) of `self`.
/// * if `path` has a prefix but no root, it replaces `self.
/// * if `path` has a prefix but no root, it replaces `self`.
#[stable(feature = "rust1", since = "1.0.0")]
pub fn push<P: AsRef<Path>>(&mut self, path: P) {
let path = path.as_ref();
Expand Down

0 comments on commit 3b686a3

Please sign in to comment.