Skip to content

Commit 3897018

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 7d1b19a commit 3897018

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

lib/algolia/models/ingestion/event.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
module Algolia
99
module Ingestion
10-
# An event describe a step of the task execution flow..
10+
# An event describe a step of the task execution flow.
1111
class Event
1212
# Universally unique identifier (UUID) of an event.
1313
attr_accessor :event_id

lib/algolia/models/search/automatic_facet_filter.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ class AutomaticFacetFilter
1515
# Filter scores to give different weights to individual filters.
1616
attr_accessor :score
1717

18-
# 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.
18+
# 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.
1919
attr_accessor :disjunctive
2020

2121
# Attribute mapping from ruby-style variable name to JSON key.

lib/algolia/models/search/event.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
module Algolia
99
module Search
10-
# An event describe a step of the task execution flow..
10+
# An event describe a step of the task execution flow.
1111
class Event
1212
# Universally unique identifier (UUID) of an event.
1313
attr_accessor :event_id

0 commit comments

Comments
 (0)