diff options
author | Tom Faulhaber <git_net@infolace.com> | 2009-05-04 06:16:22 +0000 |
---|---|---|
committer | Tom Faulhaber <git_net@infolace.com> | 2009-05-04 06:16:22 +0000 |
commit | dd497fb5154f8a26f9a09af7361981cb196bdf67 (patch) | |
tree | a837a506d855c292544856ec1e8df2d83699f2ad /src/clojure/contrib/json/read.clj | |
parent | 86e90011e274910c618a5592d21ba3ce290a6855 (diff) |
Fixed a bunch of little doc errors
Diffstat (limited to 'src/clojure/contrib/json/read.clj')
-rw-r--r-- | src/clojure/contrib/json/read.clj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/clojure/contrib/json/read.clj b/src/clojure/contrib/json/read.clj index 084f2a12..47d73499 100644 --- a/src/clojure/contrib/json/read.clj +++ b/src/clojure/contrib/json/read.clj @@ -41,7 +41,7 @@ JavaScript parser. JavaScript functions and object constructors are not supported. Object field names must be quoted strings; they may not be bare symbols.", - :see-also ["http://www.json.org", "JSON Home Page"]} + :see-also [["http://www.json.org", "JSON Home Page"]]} clojure.contrib.json.read (:import (java.io PushbackReader StringReader EOFException)) (:use [clojure.contrib.test-is :only (deftest- is)])) |