Skip to content

Commit 74033f4

Browse files
committed
Add a fixme note ro the handling of uppercase words
1 parent bb56cd4 commit 74033f4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/translator/indication/uppercase.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,8 @@ impl Indicator {
124124
&& self.uppercase_chars.contains(&next_char)
125125
{
126126
// 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
127129
self.state = State::UppercaseMulti;
128130
if self.start_word_indicator.is_some() {
129131
Some(Indication::UppercaseStartWord)

0 commit comments

Comments
 (0)