Skip to content

Commit

Permalink
s/🐫/🐪/
Browse files Browse the repository at this point in the history
Co-authored-by: Markus Scherer <[email protected]>
  • Loading branch information
eggrobin and markusicu authored Dec 15, 2023
1 parent 0d5ff7e commit 5c76900
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion c/uca/sifter/unisifeggs.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ class CodePointRange {
char32_t value;
};

static constexpr CodePointRange Inclusive(char32_t first, char32_t last) {
static constexpr CodePointRange inclusive(char32_t first, char32_t last) {
return CodePointRange(first, last + 1);
}

Expand Down

0 comments on commit 5c76900

Please sign in to comment.