doc: make that sound better
This commit is contained in:
parent
b1363a73ed
commit
a6da082e10
1 changed files with 2 additions and 2 deletions
|
|
@ -83,7 +83,7 @@ pub struct VarsOs { inner: os_imp::Env }
|
|||
/// environment variables of the current process.
|
||||
///
|
||||
/// The returned iterator contains a snapshot of the process's environment
|
||||
/// variables at the time of this invocation, modifications to environment
|
||||
/// variables at the time of this invocation. Modifications to environment
|
||||
/// variables afterwards will not be reflected in the returned iterator.
|
||||
///
|
||||
/// # Panics
|
||||
|
|
@ -112,7 +112,7 @@ pub fn vars() -> Vars {
|
|||
/// environment variables of the current process.
|
||||
///
|
||||
/// The returned iterator contains a snapshot of the process's environment
|
||||
/// variables at the time of this invocation, modifications to environment
|
||||
/// variables at the time of this invocation. Modifications to environment
|
||||
/// variables afterwards will not be reflected in the returned iterator.
|
||||
///
|
||||
/// # Examples
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue