File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -83,7 +83,7 @@ pub struct VarsOs { inner: os_imp::Env }
83
83
/// environment variables of the current process.
84
84
///
85
85
/// 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
87
87
/// variables afterwards will not be reflected in the returned iterator.
88
88
///
89
89
/// # Panics
@@ -112,7 +112,7 @@ pub fn vars() -> Vars {
112
112
/// environment variables of the current process.
113
113
///
114
114
/// 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
116
116
/// variables afterwards will not be reflected in the returned iterator.
117
117
///
118
118
/// # Examples
You can’t perform that action at this time.
0 commit comments