Skip to content

Commit 18e6df0

Browse files
committed
Update documentation for encodings
1 parent 74d25ac commit 18e6df0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

include/prism/encoding.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ bool pm_encoding_utf_8_isupper_char(const uint8_t *b, ptrdiff_t n);
121121
extern const uint8_t pm_encoding_unicode_table[256];
122122

123123
/**
124-
* These are all of the encodings that prisms supports.
124+
* These are all of the encodings that prism supports.
125125
*/
126126
typedef enum {
127127
PM_ENCODING_UTF_8 = 0,
@@ -218,7 +218,7 @@ typedef enum {
218218
} pm_encoding_type_t;
219219

220220
/**
221-
* This is the table of all of the encodings that prisms supports.
221+
* This is the table of all of the encodings that prism supports.
222222
*/
223223
extern const pm_encoding_t pm_encodings[PM_ENCODING_MAXIMUM];
224224

src/encoding.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4212,7 +4212,7 @@ pm_encoding_shift_jis_char_width(const uint8_t *b, ptrdiff_t n) {
42124212
}
42134213

42144214
/**
4215-
* This is the table of all of the encodings that prisms supports.
4215+
* This is the table of all of the encodings that prism supports.
42164216
*/
42174217
const pm_encoding_t pm_encodings[] = {
42184218
[PM_ENCODING_UTF_8] = {

0 commit comments

Comments
 (0)