- Notifications
You must be signed in to change notification settings - Fork61
Fix #125#134
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Fix #125#134
Uh oh!
There was an error while loading.Please reload this page.
Conversation
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
@@ -452,6 +462,38 @@ impl GraphemeCursor { | |||
} | |||
} | |||
#[inline] | |||
fn handle_incb_consonant(&mut self, chunk: &str, chunk_start: usize) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
issue: please add comments explaining what this code does (doc comments) and an inline ones explaiining how it's trying to achieve that
592ce00
intounicode-rs:masterUh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Fixes#125