about summary refs log tree commit diff
path: root/src/libstd
diff options
context:
space:
mode:
authorDylan DPC <dylan.dpc@gmail.com>2019-12-29 13:09:59 +0530
committerGitHub <noreply@github.com>2019-12-29 13:09:59 +0530
commit71b6ae92a16524857c42155b75f46245fb84171f (patch)
tree7497501431fa5073b69dbe7b1b571def35ddfd02 /src/libstd
parente619b6cda0f141a17bd9acec4836a5cc2920bd82 (diff)
parent9ec924c97df970be1d7992df74206c149490b066 (diff)
downloadrust-71b6ae92a16524857c42155b75f46245fb84171f.tar.gz
rust-71b6ae92a16524857c42155b75f46245fb84171f.zip
Rollup merge of #67679 - kraai:change-be-returning-to-return, r=Dylan-DPC
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