Skip to content

Commit ecf5b67

Browse files
committed
fix comment
1 parent 2095d22 commit ecf5b67

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

flexmark-java-samples/src/com/vladsch/flexmark/samples/TranslationSample.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,10 @@
1414

1515
public class TranslationSample {
1616

17-
// simulated translation: letters h, o left as is
17+
// simulated translation: letters h, o, H, O left as is
1818
// all other vowels doubled up, with second changing case
1919
// all other consonants flip case
20+
// non-alpha characters passed through as is.
2021
static CharSequence translate(CharSequence text) {
2122
StringBuilder sb = new StringBuilder();
2223
int iMax = text.length();

0 commit comments

Comments
 (0)