Skip to content

Commit 2e6dfae

Browse files
committed
readme update
1 parent cbac96d commit 2e6dfae

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ StringDiff.withFormat("prefix common1 common2 inside1 common3 common4", "common1
3333
```
3434

3535
```
36-
[prefix |∅]common1 common2 [inside1 |inside2 ]common3 [∅|suffix]
36+
[prefix |∅]common1 common2 [inside1|inside2] common3 [∅|suffix]
3737
```
3838

3939
#### Raw AST
@@ -50,8 +50,8 @@ StringDiff.withFormat("prefix common1 common2 inside1 common3 common4", "common1
5050
List(
5151
Extra(List("prefix", " ")),
5252
Match(List("common1", " ", "common2", " ")),
53-
Different(List("inside1", " "),List("inside2", " ")),
54-
Match(List("common3", " ")),
53+
Different(List("inside1"),List("inside2")),
54+
Match(List(" ", "common3", " ")),
5555
Missing(List("suffix"))
5656
)
5757
```

doc/images/screenshot2.png

9.76 KB
Loading

0 commit comments

Comments
 (0)