Skip to content

Commit 2f5a6f7

Browse files
authored
WcWidth.c: fix 2nd typo
1 parent 82f83a2 commit 2f5a6f7

File tree

1 file changed

+1
-1
lines changed
  • terminal-emulator/src/main/java/com/termux/terminal

1 file changed

+1
-1
lines changed

terminal-emulator/src/main/java/com/termux/terminal/WcWidth.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
*/
1414
public final class WcWidth {
1515

16-
// From https://github.com/jquast/wcwidth/blob/master/wcwidth/table_wide.py
16+
// From https://github.com/jquast/wcwidth/blob/master/wcwidth/table_zero.py
1717
// from https://github.com/jquast/wcwidth/pull/64
1818
// at commit 1b9b6585b0080ea5cb88dc9815796505724793fe (2022-12-16):
1919
private static final int[][] ZERO_WIDTH = {

0 commit comments

Comments
 (0)