mirror of
https://github.com/odin-lang/Odin.git
synced 2026-07-10 18:09:32 +00:00
Fix is_tty doc string
This commit is contained in:
@@ -536,7 +536,7 @@ is_directory :: proc(path: string) -> bool {
|
||||
}
|
||||
|
||||
/*
|
||||
`copy_file` copies a file from `src_path` to `dst_path` and returns an error if any was encountered.
|
||||
`is_tty` returns `true` if `f` is a TTY, `false` if not.
|
||||
*/
|
||||
@(require_results)
|
||||
is_tty :: proc "contextless" (f: ^File) -> bool {
|
||||
|
||||
Reference in New Issue
Block a user