Skip to content

Commit bd3adba

Browse files
committed
Added missing space in readme.
1 parent 134e428 commit bd3adba

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
@@ -42,7 +42,7 @@ Once you have a JsonPointer, you can directly access a JsonPointer anywhere in t
4242
//message is the first error String, "Enter a valid email address"
4343
```
4444

45-
###Safe value retreival
45+
### Safe value retreival
4646
The `at()` function always returns a valid JsonElement, even when there is no match. You can use the standard `isJsonPrimitive` or other similar methods to determine what you got back. You can more easily use the provided convenience get properties to get either the actual value at the node or a default value that you can check and flow against.
4747

4848
* `JsonElement.safeNumber` returns any `Number` found at the pointer, or a `0`

0 commit comments

Comments
 (0)