Fix is_tty doc string

This commit is contained in:
Jeroen van Rijn
2026-07-07 23:28:26 +02:00
parent 8c21b40c5d
commit 1d226a30e4

View File

@@ -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 {