Skip to content

Commit d4640f9

Browse files
committed
auto merge of #11673 : omasanori/rust/sep-doc, r=alexcrichton
2 parents bf89b68 + 6b18ef5 commit d4640f9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/libstd/path/mod.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -120,11 +120,11 @@ pub use RevStrComponents = self::windows::RevStrComponents;
120120
/// Alias for the platform-native separator character.
121121
#[cfg(unix)]
122122
pub use SEP = self::posix::SEP;
123-
/// Alias for the platform-native separator byte.
123+
/// Alias for the platform-native separator character.
124124
#[cfg(windows)]
125125
pub use SEP = self::windows::SEP;
126126

127-
/// Alias for the platform-native separator character.
127+
/// Alias for the platform-native separator byte.
128128
#[cfg(unix)]
129129
pub use SEP_BYTE = self::posix::SEP_BYTE;
130130
/// Alias for the platform-native separator byte.

0 commit comments

Comments
 (0)