From 9ec924c97df970be1d7992df74206c149490b066 Mon Sep 17 00:00:00 2001 From: Matthew Kraai Date: Sat, 28 Dec 2019 07:05:44 -0800 Subject: Change "be returning" to "return" --- src/libstd/env.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/libstd') 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 -- cgit 1.4.1-3-g733a5