WcWidth.c: fix typo

This commit is contained in:
Lucy Phipps 2022-12-16 06:58:37 +00:00 committed by agnostic-apollo
parent 63833d9c2d
commit fc8245bba3
No known key found for this signature in database
GPG key ID: BCCC0287E9DCCAED

View file

@ -362,7 +362,7 @@ public final class WcWidth {
{0xe0100, 0xe01ef}, // Variation Selector-17 ..Variation Selector-256 {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 // from https://github.com/jquast/wcwidth/pull/64
// at commit 1b9b6585b0080ea5cb88dc9815796505724793fe (2022-12-16): // at commit 1b9b6585b0080ea5cb88dc9815796505724793fe (2022-12-16):
private static final int[][] WIDE_EASTASIAN = { private static final int[][] WIDE_EASTASIAN = {