Skip to content

Commit a6da082

Browse files
committedSep 14, 2016
doc: make that sound better
1 parent b1363a7 commit a6da082

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎src/libstd/env.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ pub struct VarsOs { inner: os_imp::Env }
8383
/// environment variables of the current process.
8484
///
8585
/// The returned iterator contains a snapshot of the process's environment
86-
/// variables at the time of this invocation, modifications to environment
86+
/// variables at the time of this invocation. Modifications to environment
8787
/// variables afterwards will not be reflected in the returned iterator.
8888
///
8989
/// # Panics
@@ -112,7 +112,7 @@ pub fn vars() -> Vars {
112112
/// environment variables of the current process.
113113
///
114114
/// The returned iterator contains a snapshot of the process's environment
115-
/// variables at the time of this invocation, modifications to environment
115+
/// variables at the time of this invocation. Modifications to environment
116116
/// variables afterwards will not be reflected in the returned iterator.
117117
///
118118
/// # Examples

0 commit comments

Comments
 (0)
Please sign in to comment.