We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb56cd4 commit 74033f4Copy full SHA for 74033f4
src/translator/indication/uppercase.rs
@@ -124,6 +124,8 @@ impl Indicator {
124
&& self.uppercase_chars.contains(&next_char)
125
{
126
// well, at least two uppercase chars
127
+ // FIXME: Not sure if we can deduce that the whole word is
128
+ // uppercase by just looking at the first two characters
129
self.state = State::UppercaseMulti;
130
if self.start_word_indicator.is_some() {
131
Some(Indication::UppercaseStartWord)
0 commit comments