Skip to content

Commit

Permalink
fix typo, we mean the language here
Browse files Browse the repository at this point in the history
  • Loading branch information
rnewson committed May 5, 2015
1 parent 51fccc8 commit ce01699
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/couchapp/views/intro.rst
Original file line number Diff line number Diff line change
Expand Up @@ -470,8 +470,8 @@ Consider the map result are:

.. code-block:: javascript
"afrikan", 1
"afrikan", 1
"afrikaans", 1
"afrikaans", 1
"chinese", 1
"chinese", 1
"chinese", 1
Expand Down Expand Up @@ -558,8 +558,8 @@ want to get a list of all the unique labels in our view:

.. code-block:: javascript
"abc", "afrikan"
"cef", "afrikan"
"abc", "afrikaans"
"cef", "afrikaans"
"fhi", "chinese"
"hkl", "chinese"
"ino", "chinese"
Expand Down

0 comments on commit ce01699

Please sign in to comment.