Skip to content

Commit 732fb63

Browse files
authored
Update index.md
1 parent 9b3fe9c commit 732fb63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jsoniter (json-iterator) is fast and flexible JSON parser available in [Java](ht
1010
* Jsoniter is the fastest JSON parser. It could be up to 10x faster than normal parser, data binding included. Shameless self [benchmark](/benchmark.html)
1111
* Extremely flexible api. You can mix and match three different styles: bind-api, any-api or iterator-api. Checkout your [api choices](/api.html)
1212
* Unique iterator api can iterate through JSON directly, zero memory allocation! See how [iterator](/api.html#iterator-api) works
13-
* Every steps of the data binding process can be customized, checkout extension guide for [java](/java-extension.html) and [go](/go-extension.html) version
13+
* Every step of the data binding process can be customized, checkout extension guide for [java](/java-extension.html) and [go](/go-extension.html) version
1414

1515
# Show off
1616

0 commit comments

Comments
 (0)