Skip to content

Commit d1b463b

Browse files
otegamiabetomo
andauthored
fix a format
Co-authored-by: Abe Tomoaki <[email protected]>
1 parent 4027422 commit d1b463b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/groonga/cache.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ grn_cache_current_set(grn_ctx *ctx, grn_cache *cache);
105105
*
106106
* \return The \ref grn_cache object is associated with the database in the
107107
* select command context. If there is no specific cache, it returns
108-
* the current cache which might be NULL.
108+
* the current cache which might be `NULL`.
109109
*/
110110
GRN_API grn_cache *
111111
grn_cache_current_get(grn_ctx *ctx);

0 commit comments

Comments
 (0)