Skip to content

Commit 3b686a3

Browse files
committed
doc: add missing symbol
1 parent febdc3b commit 3b686a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/libstd/path.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -965,7 +965,7 @@ impl PathBuf {
965965
///
966966
/// * if `path` has a root but no prefix (e.g. `\windows`), it
967967
/// replaces everything except for the prefix (if any) of `self`.
968-
/// * if `path` has a prefix but no root, it replaces `self.
968+
/// * if `path` has a prefix but no root, it replaces `self`.
969969
#[stable(feature = "rust1", since = "1.0.0")]
970970
pub fn push<P: AsRef<Path>>(&mut self, path: P) {
971971
let path = path.as_ref();

0 commit comments

Comments
 (0)