Navigation Menu

Skip to content

Commit

Permalink
doc: fix description
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Jan 27, 2015
1 parent f190c66 commit 8e28d21
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion doc/source/reference/api/grn_ctx.rst
Expand Up @@ -52,7 +52,9 @@ Reference
ctxの管理するメモリを解放し、使用を終了します。
If ``ctx`` is initialized by :c:func:`grn_ctx_open()` not :c:func:`grn_ctx_init()`. You need also to call :c:func:`grn_ctx_close()`.
If ``ctx`` is initialized by :c:func:`grn_ctx_open()` not
:c:func:`grn_ctx_init()`, you need to use
:c:func:`grn_ctx_close()` instead of :c:func:`grn_ctx_fin()`.
:param ctx: 解放するctx構造体へのポインタを指定します。
:return: ``GRN_SUCCESS`` on success, not ``GRN_SUCCESS`` on error.
Expand Down

0 comments on commit 8e28d21

Please sign in to comment.