Skip to content

Commit

Permalink
Fix doc
Browse files Browse the repository at this point in the history
  • Loading branch information
Seggan committed Nov 1, 2023
1 parent 8e316e7 commit a7636f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/lang/std/os.papyri
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Gets the value of an environment variable by providing its name as a string. Ret
string if the variable is found, or `null` if the variable is not set.

@h3 { set_cwd(path: string): void }
Sets the current working directory to the specified absolute path. Raises `IOError if the provided path
Sets the current working directory to the specified absolute path. Raises `IOError` if the provided path
is not absolute.

@h3 { set_env(name: string, value: string): void }
Expand Down

0 comments on commit a7636f7

Please sign in to comment.