Skip to content

Commit 49922f5

Browse files
committed
Fix README formatting
1 parent 48766e7 commit 49922f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -411,7 +411,7 @@ allowCollapse(true);
411411
```java
412412
setSplitChar(' ');
413413
```
414-
OR
414+
OR
415415
```java
416416
char[] splitChar = {',', ';', ' '};
417417
setSplitChar(splitChar);

0 commit comments

Comments
 (0)