Navigation Menu

Skip to content

Commit

Permalink
doc: add a missing "."
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Jun 20, 2014
1 parent b6ff27d commit a49f260
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/source/reference/api/plugin.rst
Expand Up @@ -21,7 +21,7 @@ Reference
It gets a variable value from `grn_user_data` by specify the variable name.
:param name: The variable name
:param name: The variable name.
:param name_size: The number of bytes of name. If `name_size` is negative, `name` must be NUL-terminated. `name_size` is computed by `strlen(name)` for the case.
:return: A variable value on success, NULL otherwise.
Expand Down

0 comments on commit a49f260

Please sign in to comment.