Skip to content

Commit 77de417

Browse files
committed
avoid rdoc issue, thx to github user spier.
1 parent c87e586 commit 77de417

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33
=== Description
44

55
This is a implementation of the JSON specification according to RFC 4627
6-
(http://www.ietf.org/rfc/rfc4627.txt). Starting from version 1.0.0 on there
6+
http://www.ietf.org/rfc/rfc4627.txt . Starting from version 1.0.0 on there
77
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.
1111
* The quite a bit faster C extension variant, which is in parts implemented
1212
in C and comes with its own unicode conversion functions and a parser
1313
generated by the ragel state machine compiler
14-
(http://www.cs.queensu.ca/~thurston/ragel).
14+
http://www.cs.queensu.ca/~thurston/ragel .
1515

1616
Both variants of the JSON generator escape all non-ASCII and control characters
1717
with \uXXXX escape sequences, and support UTF-16 surrogate pairs in order to be
@@ -224,7 +224,7 @@ the pp library's pp methods.
224224

225225
The script tools/server.rb contains a small example if you want to test, how
226226
receiving a JSON object from a webrick server in your browser with the
227-
javasript prototype library (http://www.prototypejs.org) works.
227+
javasript prototype library http://www.prototypejs.org works.
228228

229229
=== Speed Comparisons
230230

0 commit comments

Comments
 (0)