[Groonga-commit] ranguba/rroonga at 4e18317 [master] Use English for newly written document

Back to archive index

Kouhei Sutou null+****@clear*****
Mon Dec 12 23:23:53 JST 2016


Kouhei Sutou	2016-12-12 23:23:53 +0900 (Mon, 12 Dec 2016)

  New Revision: 4e183176de453681426a24f31e433eacb4637c67
  https://github.com/ranguba/rroonga/commit/4e183176de453681426a24f31e433eacb4637c67

  Message:
    Use English for newly written document

  Modified files:
    ext/groonga/rb-grn-table.c

  Modified: ext/groonga/rb-grn-table.c (+3 -3)
===================================================================
--- ext/groonga/rb-grn-table.c    2016-12-12 23:23:01 +0900 (4746b7d)
+++ ext/groonga/rb-grn-table.c    2016-12-12 23:23:53 +0900 (f221902)
@@ -229,9 +229,9 @@ rb_grn_table_inspect (VALUE self)
  *   @option options :compress
  *     値の圧縮方法を指定する。省略した場合は、圧縮しない。
  *
- *     * `:zlib`: 値をzlib圧縮して格納する。
- *     * `:lz4`: 値をLZ4圧縮して格納する。
- *     * `:zstd`: 値をZstandard圧縮して格納する。
+ *     * `:zlib`: Compressed by zlib.
+ *     * `:lz4`: Compressed by LZ4.
+ *     * `:zstd`: Compressed by Zstandard.
  *
  * @return [Groonga::FixSizeColumn, Groonga::VariableSizeColumn]
  */
-------------- next part --------------
HTML����������������������������...
다운로드 



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