Skip to content

Commit 1ebf59d

Browse files
algolia-botmillotp
andcommitted
fix(clients): upgrade linter (generated)
algolia/api-clients-automation#5476 Co-authored-by: algolia-bot <[email protected]> Co-authored-by: Pierre Millot <[email protected]>
1 parent 196f984 commit 1ebf59d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/algoliasearch/lib/src/model/automatic_facet_filter.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ final class AutomaticFacetFilter {
2222
@JsonKey(name: r'score')
2323
final int? score;
2424

25-
/// Whether the filter is disjunctive or conjunctive. If true the filter has multiple matches, multiple occurences are combined with the logical `OR` operation. If false, multiple occurences are combined with the logical `AND` operation.
25+
/// Whether the filter is disjunctive or conjunctive. If true the filter has multiple matches, multiple occurrences are combined with the logical `OR` operation. If false, multiple occurrences are combined with the logical `AND` operation.
2626
@JsonKey(name: r'disjunctive')
2727
final bool? disjunctive;
2828

packages/client_search/lib/src/model/automatic_facet_filter.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ final class AutomaticFacetFilter {
2222
@JsonKey(name: r'score')
2323
final int? score;
2424

25-
/// Whether the filter is disjunctive or conjunctive. If true the filter has multiple matches, multiple occurences are combined with the logical `OR` operation. If false, multiple occurences are combined with the logical `AND` operation.
25+
/// Whether the filter is disjunctive or conjunctive. If true the filter has multiple matches, multiple occurrences are combined with the logical `OR` operation. If false, multiple occurrences are combined with the logical `AND` operation.
2626
@JsonKey(name: r'disjunctive')
2727
final bool? disjunctive;
2828

0 commit comments

Comments
 (0)