We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 441e876 commit 6690808Copy full SHA for 6690808
include/ds/search.hh
@@ -61,7 +61,7 @@ namespace ds {
61
bool add(std::string_view text);
62
63
/// @brief 向本搜索对象添加一些rule或fact,使用指定的分隔符。
64
- /// @param text 描述rule或fact的文本,他们们之间使用分隔符分隔。
+ /// @param text 描述rule或fact的文本,他们之间使用分隔符分隔。
65
/// @param sep 在text中用于分隔不同rule或fact的分隔符。
66
/// @return 成功添加的rule或fact的数量。
67
length_t add(std::string_view text, std::string_view sep);
0 commit comments