Skip to content

Commit 0744c9d

Browse files
authored
I'm helping!
1 parent 1d9ef43 commit 0744c9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ native bool:Env_Get(const env[], dest[], size=sizeof(dest));
6969

7070
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.
7171

72-
* `bool:Env_get(const env[], dest[], size=sizeof(dest));`
72+
* `bool:Env_Get(const env[], dest[], size=sizeof(dest));`
7373

7474
It reads the value of the environment variable of passed name as `env`, then packs it into `dest`.
7575

0 commit comments

Comments
 (0)