From e1b8e71b5730641ffe56acbc94dda4c8b4b38dad Mon Sep 17 00:00:00 2001 From: euvre <93761161+euvre@users.noreply.github.com> Date: Tue, 2 Sep 2025 11:02:36 +0800 Subject: [PATCH] Fix a typo --- doc/EventListener.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/EventListener.md b/doc/EventListener.md index 9e7c8ba..630993a 100644 --- a/doc/EventListener.md +++ b/doc/EventListener.md @@ -12,7 +12,7 @@ std::vector> listeners; ``` -如果详见听一个rocksdb实例或者一个列族,可以通过简单增加自定义的EventListener到ColumnFamilyOptions::listeners,然后使用这个options来打开DB。 +如果想监听一个rocksdb实例或者一个列族,可以通过简单增加自定义的EventListener到ColumnFamilyOptions::listeners,然后使用这个options来打开DB。 ```cpp // listen to a column family of a rocksdb instance