Fix some typos in comments

This commit is contained in:
Richard Feldman 2020-11-07 22:04:32 -05:00 committed by GitHub
parent 74b09605a7
commit 53bec064f3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -379,7 +379,7 @@ pub fn countGraphemeClusters(bytes_ptr: [*]u8, bytes_len: usize) callconv(.C) u
opt_last_codepoint = cur_codepoint;
}
// If there are no breaks, but the str is not empty the there
// If there are no breaks, but the str is not empty, then there
// must be a single grapheme
if (bytes_len != 0) {
count += 1;