m/fzf
1
0
mirror of https://github.com/junegunn/fzf.git synced 2025-11-17 07:43:39 -05:00

chore: fix comment (#4181)

Signed-off-by: piguagua <piguagua@aliyun.com>
This commit is contained in:
piguagua
2025-01-17 13:31:07 +08:00
committed by GitHub
parent 0d5aebb806
commit 03760011d7

View File

@@ -15,7 +15,7 @@ func TtyIn() (*os.File, error) {
return os.Stdin, nil
}
// TtyIn on Windows returns nil
// TtyOut on Windows returns nil
func TtyOut() (*os.File, error) {
return nil, nil
}