mirror of
https://github.com/ziglang/zig.git
synced 2025-12-16 19:23:08 +00:00
doc: fix typo in getEnvMap
This commit is contained in:
parent
b3aed4e2c8
commit
ee36131e6a
@ -247,7 +247,7 @@ test "EnvMap" {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// Returns a snapshot of the environment variables of the current process.
|
/// Returns a snapshot of the environment variables of the current process.
|
||||||
/// Any modifications to the resulting EnvMap will not be not reflected in the environment, and
|
/// Any modifications to the resulting EnvMap will not be reflected in the environment, and
|
||||||
/// likewise, any future modifications to the environment will not be reflected in the EnvMap.
|
/// likewise, any future modifications to the environment will not be reflected in the EnvMap.
|
||||||
/// Caller owns resulting `EnvMap` and should call its `deinit` fn when done.
|
/// Caller owns resulting `EnvMap` and should call its `deinit` fn when done.
|
||||||
pub fn getEnvMap(allocator: Allocator) !EnvMap {
|
pub fn getEnvMap(allocator: Allocator) !EnvMap {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user