Skip to content

Commit 0ca7c2d

Browse files
author
Lasha Kanteladze
authored
Merge pull request #1 from Y-Less/patch-1
I'm helping!
2 parents 1d9ef43 + 0744c9d commit 0ca7c2d

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)