Skip to content

Commit 6690808

Browse files
committed
fix typo.
1 parent 441e876 commit 6690808

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/ds/search.hh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ namespace ds {
6161
bool add(std::string_view text);
6262

6363
/// @brief 向本搜索对象添加一些rule或fact,使用指定的分隔符。
64-
/// @param text 描述rule或fact的文本,他们们之间使用分隔符分隔
64+
/// @param text 描述rule或fact的文本,他们之间使用分隔符分隔
6565
/// @param sep 在text中用于分隔不同rule或fact的分隔符。
6666
/// @return 成功添加的rule或fact的数量。
6767
length_t add(std::string_view text, std::string_view sep);

0 commit comments

Comments
 (0)