summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/std/env.md8
1 files changed, 0 insertions, 8 deletions
diff --git a/docs/std/env.md b/docs/std/env.md
index b4ff5dd..09ece60 100644
--- a/docs/std/env.md
+++ b/docs/std/env.md
@@ -53,14 +53,6 @@ Sets an env-var variable
fn set(name: string, value: string) -> EnvRes
```
-### set_overwrite
-
-Overwrites an exisiting env-var / creates it if it doesn't exist
-
-```zc
-fn set_overwrite(name: string, value: string) -> EnvRes
-```
-
### unset
Unsets an existing env-var