Skip to content

Commit

Permalink
WcWidth.c: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
landfillbaby authored and agnostic-apollo committed Jun 17, 2024
1 parent 63833d9 commit fc8245b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@ public final class WcWidth {
{0xe0100, 0xe01ef}, // Variation Selector-17 ..Variation Selector-256
};

// https://github.com/jquast/wcwidth/blob/master/wcwidth/table_zero.py
// https://github.com/jquast/wcwidth/blob/master/wcwidth/table_wide.py
// from https://github.com/jquast/wcwidth/pull/64
// at commit 1b9b6585b0080ea5cb88dc9815796505724793fe (2022-12-16):
private static final int[][] WIDE_EASTASIAN = {
Expand Down

0 comments on commit fc8245b

Please sign in to comment.