Skip to content

Commit 6b5007a

Browse files
fix(docs): correct description of into_cql2_text (#1036)
### Description Tiny docs patch -- into_cql2_json and into_cql2_text have the same docstring ### Checklist Delete any checklist items that do not apply (e.g. if your change is minor, it may not require documentation updates). - [x] Documentation, including doctests - [x] Pull request title follows [conventional commits](https://www.conventionalcommits.org/en/v1.0.0/)
1 parent d7aad42 commit 6b5007a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

crates/core/src/api/filter.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ impl Filter {
3232
}
3333
}
3434

35-
/// Converts this filter to cql2-json.
35+
/// Converts this filter to cql2-text.
3636
pub fn into_cql2_text(self) -> Result<Filter> {
3737
match self {
3838
Filter::Cql2Text(_) => Ok(self),

0 commit comments

Comments
 (0)