We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d9ef43 commit 0744c9dCopy full SHA for 0744c9d
README.md
@@ -69,7 +69,7 @@ native bool:Env_Get(const env[], dest[], size=sizeof(dest));
69
70
It checks if an environment variable with passed name as `env` exists or not and returns the result as `true` or `false`, hence the `bool` tag.
71
72
-* `bool:Env_get(const env[], dest[], size=sizeof(dest));`
+* `bool:Env_Get(const env[], dest[], size=sizeof(dest));`
73
74
It reads the value of the environment variable of passed name as `env`, then packs it into `dest`.
75
0 commit comments