You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by rn...@apache.org on 2012/09/27 20:19:53 UTC

git commit: hear no eval, see no eval, speak no eval

Updated Branches:
  refs/heads/docs 043250af6 -> 2b18bfa7d


hear no eval, see no eval, speak no eval


Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/2b18bfa7
Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/2b18bfa7
Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/2b18bfa7

Branch: refs/heads/docs
Commit: 2b18bfa7dc8f2afd4c8fd6228aff854aef033e57
Parents: 043250a
Author: Robert Newson <rn...@apache.org>
Authored: Thu Sep 27 19:19:44 2012 +0100
Committer: Robert Newson <rn...@apache.org>
Committed: Thu Sep 27 19:19:44 2012 +0100

----------------------------------------------------------------------
 share/docs/rst/api-basics.rst |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb/blob/2b18bfa7/share/docs/rst/api-basics.rst
----------------------------------------------------------------------
diff --git a/share/docs/rst/api-basics.rst b/share/docs/rst/api-basics.rst
index 4117f92..383f1f9 100644
--- a/share/docs/rst/api-basics.rst
+++ b/share/docs/rst/api-basics.rst
@@ -280,7 +280,7 @@ are:
    structures, including the main CouchDB document.
 
 Parsing JSON into a JavaScript object is supported through the
-``eval()`` function in JavaScript, or through various libraries that
+``JSON.parse()`` function in JavaScript, or through various libraries that
 will perform the parsing of the content into a JavaScript object for
 you. Libraries for parsing and generating JSON are available in many
 languages, including Perl, Python, Ruby, Erlang and others.