diff options
| author | Tomasz Różański <rosto@tlen.pl> | 2019-08-22 13:14:42 +0200 |
|---|---|---|
| committer | Tomasz Różański <rosto@tlen.pl> | 2019-08-22 13:14:42 +0200 |
| commit | 49dce2935f94426d4464a82b7d2e19ea0ba79460 (patch) | |
| tree | fe5bf3218a29d4795e0e3b33c0ccd1f978387e7d /src/libstd | |
| parent | 7e13679cdedab8e39275c3138e0bfa795541ab67 (diff) | |
| download | rust-49dce2935f94426d4464a82b7d2e19ea0ba79460.tar.gz rust-49dce2935f94426d4464a82b7d2e19ea0ba79460.zip | |
Fix punctuation.
Diffstat (limited to 'src/libstd')
| -rw-r--r-- | src/libstd/ffi/os_str.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstd/ffi/os_str.rs b/src/libstd/ffi/os_str.rs index fbdb577a7f0..d0e35cce641 100644 --- a/src/libstd/ffi/os_str.rs +++ b/src/libstd/ffi/os_str.rs @@ -616,7 +616,7 @@ impl OsStr { /// Note that this does **not** return the number of bytes in the string in /// OS string form. /// - /// The length returned is that of the underlying storage used by `OsStr`; + /// The length returned is that of the underlying storage used by `OsStr`. /// As discussed in the [`OsString`] introduction, [`OsString`] and `OsStr` /// store strings in a form best suited for cheap inter-conversion between /// native-platform and Rust string forms, which may differ significantly |
