We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e619b6c + 9ec924c commit 71b6ae9Copy full SHA for 71b6ae9
src/librustc_mir/borrow_check/universal_regions.rs
@@ -5,7 +5,7 @@
5
//! fn foo<'a, 'b, 'c: 'b>() { }
6
//! ```
7
//!
8
-//! here we would be returning a map assigning each of `{'a, 'b, 'c}`
+//! here we would return a map assigning each of `{'a, 'b, 'c}`
9
//! to an index, as well as the `FreeRegionMap` which can compute
10
//! relationships between them.
11
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
12
//! [`String`]: ../string/struct.String.html
0 commit comments