Skip to content

Commit

Permalink
Remove 'only' for consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
otegami committed Dec 17, 2024
1 parent c025052 commit eca7b4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/groonga/cache.h
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ GRN_API const char *grn_get_default_cache_base_path(void);
* - If `GRN_CACHE_TYPE` is set to `persistent`, it enables persistent cache
* mode without a specified base path.
* - If `GRN_CACHE_TYPE` is set to any other value or is unset, it uses
* memory-only cache mode.
* memory cache mode.
*
* **C API**:
*
Expand Down

0 comments on commit eca7b4e

Please sign in to comment.