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

chore: fix function name (#4425)

Signed-off-by: xiaoxiangirl <caojiaqiao@outlook.com>
This commit is contained in:
曹家巧
2025-06-18 23:47:14 +08:00
committed by GitHub
parent 0c00b203e6
commit 4d2d6a5ced

View File

@@ -48,7 +48,7 @@ func TtyIn(ttyDefault string) (*os.File, error) {
return openTtyIn(ttyDefault)
}
// TtyIn returns terminal device to write to
// TtyOut returns terminal device to write to
func TtyOut(ttyDefault string) (*os.File, error) {
return openTtyOut(ttyDefault)
}