Skip to content

Commit

Permalink
fix typo in openapi spec (qdrant#558)
Browse files Browse the repository at this point in the history
  • Loading branch information
agourlay authored May 5, 2022
1 parent af7a01a commit 2ff03c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/redoc/master/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -692,7 +692,7 @@
"type": "array"
},
"should": {
"description": "At least one of thous conditions should match",
"description": "At least one of those conditions should match",
"items": {
"$ref": "#/components/schemas/Condition"
},
Expand Down
2 changes: 1 addition & 1 deletion lib/segment/src/types.rs
Original file line number Diff line number Diff line change
Expand Up @@ -963,7 +963,7 @@ pub struct WithPayload {
#[serde(deny_unknown_fields)]
#[serde(rename_all = "snake_case")]
pub struct Filter {
/// At least one of thous conditions should match
/// At least one of those conditions should match
pub should: Option<Vec<Condition>>,
/// All conditions must match
pub must: Option<Vec<Condition>>,
Expand Down

0 comments on commit 2ff03c2

Please sign in to comment.