Skip to content

Commit 56d94b6

Browse files
committed
Reverted accidental changes in comment
1 parent 02f6c13 commit 56d94b6

File tree

1 file changed

+2
-2
lines changed
  • bundles/com.eclipsesource.jshint/src/com/eclipsesource/jshint

1 file changed

+2
-2
lines changed

bundles/com.eclipsesource.jshint/src/com/eclipsesource/jshint/JSHint.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -238,8 +238,8 @@ ProblemImpl createProblem( ScriptableObject error, Text text ) {
238238
* Example: "a\tb\tc"
239239
*
240240
* index: | 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10|
241-
* char: | a | �� | b | �� | c |
242-
* visual: | a | �� | b | �� | c |
241+
* char: | a | » | b | » | c |
242+
* visual: | a | » | b | » | c |
243243
*/
244244
int visualToCharIndex( Text text, int line, int character ) {
245245
String string = text.getContent();

0 commit comments

Comments
 (0)