Kouhei Sutou
null+****@clear*****
Mon Jul 21 17:13:41 JST 2014
Kouhei Sutou 2014-07-21 17:13:41 +0900 (Mon, 21 Jul 2014) New Revision: 9f6189d0c96554902c585a73d2e96808e43893f2 https://github.com/groonga/groonga/commit/9f6189d0c96554902c585a73d2e96808e43893f2 Message: doc: add a missing "s" Modified files: doc/source/reference/commands/normalizer_list.rst doc/source/reference/commands/tokenizer_list.rst Modified: doc/source/reference/commands/normalizer_list.rst (+3 -3) =================================================================== --- doc/source/reference/commands/normalizer_list.rst 2014-07-21 17:13:33 +0900 (cf5259f) +++ doc/source/reference/commands/normalizer_list.rst 2014-07-21 17:13:41 +0900 (54e4ece) @@ -39,15 +39,15 @@ Return value ``normalizer_list`` command returns normalizers. Each normalizers has an attribute that contains the name. The attribute will be increased in the feature:: - [HEADER, normalizer] + [HEADER, normalizers] ``HEADER`` See :doc:`/reference/command/output_format` about ``HEADER``. -``normalizer`` +``normalizers`` - ``normalizer`` is an array of normalizer. Normalizer is an object that has the following + ``normalizers`` is an array of normalizer. Normalizer is an object that has the following attributes. .. list-table:: Modified: doc/source/reference/commands/tokenizer_list.rst (+3 -3) =================================================================== --- doc/source/reference/commands/tokenizer_list.rst 2014-07-21 17:13:33 +0900 (24dd4e7) +++ doc/source/reference/commands/tokenizer_list.rst 2014-07-21 17:13:41 +0900 (826c7dc) @@ -39,15 +39,15 @@ Return value ``tokenizer_list`` command returns tokenizers. Each tokenizers has an attribute that contains the name. The attribute will be increased in the feature:: - [HEADER, tokenizer] + [HEADER, tokenizers] ``HEADER`` See :doc:`/reference/command/output_format` about ``HEADER``. -``tokenizer`` +``tokenizers`` - ``tokenizer`` is an array of tokenizer. Tokenizer is an object that has the following + ``tokenizers`` is an array of tokenizer. Tokenizer is an object that has the following attributes. .. list-table:: -------------- next part -------------- HTML����������������������������...Download