Skip to content

Commit 76bca58

Browse files
committed
fix comment
1 parent 74c2b32 commit 76bca58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

runewidth_windows.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ var (
1616
// IsEastAsian return true if the current locale is CJK
1717
func IsEastAsian() bool {
1818
if os.Getenv("WT_SESSION") != "" {
19-
// Windows Terminal is always UTF-8
19+
// Windows Terminal always not use East Asian Ambiguous Width(s).
2020
return false
2121
}
2222

0 commit comments

Comments
 (0)