diff options
Diffstat (limited to '')
| -rw-r--r-- | libcharconv.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/libcharconv.h b/libcharconv.h index 0a34555..b1d6599 100644 --- a/libcharconv.h +++ b/libcharconv.h @@ -84,7 +84,8 @@ enum libcharconv_result libcharconv_dice(const char *s, size_t slen, size_t *n, /** * Convert - * '0' to WHITE CIRCLE, + * '0', 'w', and 'W' to WHITE CIRCLE, + * 'b' and 'B' to BLACK CIRCLE, * '1' to WHITE CIRCLE WITH DOT RIGHT, and * '2' to WHITE CIRCLE WITH TWO DOTS * @@ -119,7 +120,8 @@ enum libcharconv_result libcharconv_go_white(const char *s, size_t slen, size_t /** * Convert - * '0' to BLACK CIRCLE, + * '0', 'b', and 'B' to BLACK CIRCLE, + * 'w', and 'W' to WHITE CIRCLE, * '1' to BLACK CIRCLE WITH WHITE DOT RIGHT, and * '2' to BLACK CIRCLE WITH TWO WHITE DOTS * |
