summary refs log tree commit diff
path: root/src/libstd/ffi
diff options
context:
space:
mode:
authorFederico Mena Quintero <federico@gnome.org>2017-09-25 12:51:11 -0500
committerFederico Mena Quintero <federico@gnome.org>2017-09-25 20:45:38 -0500
commit155b4b1c5fff6a2a5a87de25e2fbe8c96743efb2 (patch)
tree772007d3a133954baf3eb82392ac85cfd03e4249 /src/libstd/ffi
parent3c5e18f322818f54cd9764031979f29b89a3e80d (diff)
downloadrust-155b4b1c5fff6a2a5a87de25e2fbe8c96743efb2.tar.gz
rust-155b4b1c5fff6a2a5a87de25e2fbe8c96743efb2.zip
Module overview for std::os::windows:ffi
Diffstat (limited to 'src/libstd/ffi')
-rw-r--r--src/libstd/ffi/mod.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstd/ffi/mod.rs b/src/libstd/ffi/mod.rs
index 6c8ddfc3944..376e13e3b03 100644
--- a/src/libstd/ffi/mod.rs
+++ b/src/libstd/ffi/mod.rs
@@ -92,7 +92,7 @@
 //! your code can detect errors in case the environment variable did
 //! not in fact contain valid Unicode data.
 //!
-//! * [`OsStr`] represents a borrowed reference to a string in a format that
+//! * [`OsStr`] represents a borrowed string slice in a format that
 //! can be passed to the operating system.  It can be converted into
 //! an UTF-8 Rust string slice in a similar way to `OsString`.
 //!