Skip to content

Commit a8c4112

Browse files
committed
readme improvements
1 parent ac1c0ee commit a8c4112

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ The following JSON document has only one violation against the schema (since "a"
7676
}
7777
```
7878

79-
In this case the thrown `ValidationException` will point to "#/rectangle/a" and it won't contain sub-exceptions:
79+
In this case the thrown `ValidationException` will point to `#/rectangle/a` and it won't contain sub-exceptions:
8080

8181
```
8282
try {
@@ -100,8 +100,8 @@ the "a" and "b" properties violate the above schema:
100100
}
101101
```
102102

103-
In this case the thrown `ValidationException` will point to "#/rectangle", and it has 2 sub-exceptions, pointing to
104-
"#/rectangle/a" and "#/rectangle/b" :
103+
In this case the thrown `ValidationException` will point to `#/rectangle`, and it has 2 sub-exceptions, pointing to
104+
`#/rectangle/a` and `#/rectangle/b` :
105105

106106
```
107107
try {

0 commit comments

Comments
 (0)