Skip to content

Commit 704a7cf

Browse files
committed
Fix mention of C extensions in README
JRuby's extension is part of json now and is written in Java.
1 parent 7f60191 commit 704a7cf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.rdoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ will be two variants available:
88

99
* A pure ruby variant, that relies on the iconv and the stringscan
1010
extensions, which are both part of the ruby standard library.
11-
* The quite a bit faster C extension variant, which is in parts implemented
12-
in C and comes with its own unicode conversion functions and a parser
13-
generated by the ragel state machine compiler
11+
* The quite a bit faster native extension variant, which is in parts
12+
implemented in C or Java and comes with its own unicode conversion
13+
functions and a parser generated by the ragel state machine compiler
1414
http://www.cs.queensu.ca/~thurston/ragel .
1515

1616
Both variants of the JSON generator generate UTF-8 character sequences by

0 commit comments

Comments
 (0)