about summary refs log tree commit diff
path: root/src/libstd
diff options
context:
space:
mode:
authorMatthew Kraai <kraai@ftbfs.org>2019-12-28 07:05:44 -0800
committerMatthew Kraai <kraai@ftbfs.org>2019-12-28 07:05:44 -0800
commit9ec924c97df970be1d7992df74206c149490b066 (patch)
tree4eeae14c50554fb970f980651ba9f332898f2e82 /src/libstd
parentf564c4db0d97eabd7fdd72e589d3e415790ee2a4 (diff)
downloadrust-9ec924c97df970be1d7992df74206c149490b066.tar.gz
rust-9ec924c97df970be1d7992df74206c149490b066.zip
Change "be returning" to "return"
Diffstat (limited to 'src/libstd')
-rw-r--r--src/libstd/env.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstd/env.rs b/src/libstd/env.rs
index 60facd9f8d4..13fe3bda525 100644
--- a/src/libstd/env.rs
+++ b/src/libstd/env.rs
@@ -6,7 +6,7 @@
 //!
 //! There are several functions and structs in this module that have a
 //! counterpart ending in `os`. Those ending in `os` will return an [`OsString`]
-//! and those without will be returning a [`String`].
+//! and those without will return a [`String`].
 //!
 //! [`OsString`]: ../../std/ffi/struct.OsString.html
 //! [`String`]: ../string/struct.String.html