From 391685544c77b0c72ec75c0ab6e6ae425d5f2918 Mon Sep 17 00:00:00 2001 From: otegami Date: Tue, 7 Jan 2025 11:43:53 +0900 Subject: [PATCH] fix a gramatical error for readability --- include/groonga/cache.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/groonga/cache.h b/include/groonga/cache.h index b436697b59..a1d7c65984 100644 --- a/include/groonga/cache.h +++ b/include/groonga/cache.h @@ -31,7 +31,7 @@ GRN_API const char *grn_get_default_cache_base_path(void); /** * \brief Create a new cache object. * - * Initializes a cache based on the current configuration or environment + * It initializes a cache based on the current configuration or environment * settings. The cache operates in either memory mode or persistent mode. * * **Cache Modes**: