| ... | ... | @@ -247,7 +247,7 @@ test "EnvMap" { |
| 247 | 247 | } |
| 248 | 248 | |
| 249 | 249 | /// Returns a snapshot of the environment variables of the current process. |
| 250 | | /// Any modifications to the resulting EnvMap will not be not reflected in the environment, and |
| 250 | /// Any modifications to the resulting EnvMap will not be reflected in the environment, and |
| 251 | 251 | /// likewise, any future modifications to the environment will not be reflected in the EnvMap. |
| 252 | 252 | /// Caller owns resulting `EnvMap` and should call its `deinit` fn when done. |
| 253 | 253 | pub fn getEnvMap(allocator: Allocator) !EnvMap { |