Navigation Menu

Skip to content

Commit

Permalink
doc: fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
kenhys committed Nov 12, 2012
1 parent 6f47ff5 commit 76fa03d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/source/reference.rst
Expand Up @@ -22,7 +22,7 @@ List of available SQL commands
* ``CREATE TABLE table_name (... INDEX (column_name, ...))``
* ``CREATE TABLE table_name (... INDEX USING BTREE (column_name))``
* ``CREATE TABLE table_name (... PRIMARY KEY (column_name))``
* ``CREATE TABLE table_name (...) CAHRSET UTF8``
* ``CREATE TABLE table_name (...) CHARSET UTF8``
* ``CREATE TABLE table_name (...) ENGINE=mroonga COMMENT = 'ENGINE "InnoDB"'``
* ``CREATE TABLE table_name (...) ENGINE=mroonga``
* ``CREATE TABLE table_name (\`_id\` INT)``
Expand Down Expand Up @@ -129,7 +129,7 @@ List of available SQL commands
List of unavailable SQL commands
--------------------------------

* ``CREATE TABLE (...) CAHRSET not_utf8``
* ``CREATE TABLE (...) CHARSET not_utf8``
* ``INSERT INTO (geometry_column_name) VALUES (GeomFromText('LineString(...)'))``
* ``INSERT INTO (...) VALUES (null)``
* ``START TRANSACTION``
Expand Down

0 comments on commit 76fa03d

Please sign in to comment.