[Groonga-commit] droonga/droonga.org at caa8c0a [gh-pages] Fix a typo

Back to archive index

susumu.yata null+****@clear*****
Tue Mar 18 18:13:20 JST 2014


susumu.yata	2014-03-18 18:13:20 +0900 (Tue, 18 Mar 2014)

  New Revision: caa8c0a93e3f8fea15f7d44d0d3a75553e2b60e8
  https://github.com/droonga/droonga.org/commit/caa8c0a93e3f8fea15f7d44d0d3a75553e2b60e8

  Merged 482ea8c: Merge pull request #13 from s-yata/gh-pages

  Message:
    Fix a typo
    
    is larger than ->
    is larger than or equal to

  Modified files:
    reference/commands/search/index.md

  Modified: reference/commands/search/index.md (+1 -1)
===================================================================
--- reference/commands/search/index.md    2014-03-18 18:11:13 +0900 (540226a)
+++ reference/commands/search/index.md    2014-03-18 18:13:20 +0900 (dc79b76)
@@ -119,7 +119,7 @@ Search conditions are specified via the `condition` parameter. There are two sty
 
 ##### Search conditions in Script syntax {#usage-condition-script-syntax}
 
-Search conditions in script syntax are similar to ECMAScript. For example, following query means "find records that `name` contains `Alice` and `age` is larger than `25`":
+Search conditions in script syntax are similar to ECMAScript. For example, following query means "find records that `name` contains `Alice` and `age` is larger than or equal to `25`":
 
     {
       "type" : "search",
-------------- next part --------------
HTML����������������������������...
Download 



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