[Groonga-commit] groonga/groonga at aeae566 [master] doc delete: remove trailing spaces

Back to archive index

Kouhei Sutou null+****@clear*****
Tue Feb 18 17:19:32 JST 2014


Kouhei Sutou	2014-02-18 17:19:32 +0900 (Tue, 18 Feb 2014)

  New Revision: aeae5669cf56392a97f8da43ee166ce3f91ae84d
  https://github.com/groonga/groonga/commit/aeae5669cf56392a97f8da43ee166ce3f91ae84d

  Message:
    doc delete: remove trailing spaces

  Modified files:
    doc/source/reference/commands/delete.txt

  Modified: doc/source/reference/commands/delete.txt (+3 -3)
===================================================================
--- doc/source/reference/commands/delete.txt    2014-02-18 17:14:29 +0900 (5e52dfd)
+++ doc/source/reference/commands/delete.txt    2014-02-18 17:19:32 +0900 (12c9b80)
@@ -40,7 +40,7 @@ Here are a schema definition and sample data to show usage.
 .. [
 .. {"_key": 1, "status": "OK"}
 .. {"_key": 2, "status": "NG"}
-.. ] 
+.. ]
 
 Delete the record from Entry table which has "2" as the key.
 
@@ -67,12 +67,12 @@ The country column of Users table associates with Country table.
 .. {"_key": 2, "name": "Mike", country: "United States"}
 .. {"_key": 3, "name": "Takashi", country: "Japan"}
 .. {"_key": 4, "name": "Hanako", country: "Japan"}
-.. ] 
+.. ]
 .. load --table Country
 .. [
 .. {"_key": "United States"}
 .. {"_key": "Japan"}
-.. ] 
+.. ]
 .. delete Country "United States"
 .. select Country
 .. select Users
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Back to archive index