Skip to content

Commit 674b353

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 ef8fbe4 commit 674b353

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

src/main/scala/algoliasearch/ingestion/Event.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ package algoliasearch.ingestion
2222
import algoliasearch.ingestion.EventStatus._
2323
import algoliasearch.ingestion.EventType._
2424

25-
/** An event describe a step of the task execution flow..
25+
/** An event describe a step of the task execution flow.
2626
*
2727
* @param eventID
2828
* Universally unique identifier (UUID) of an event.

src/main/scala/algoliasearch/search/AutomaticFacetFilter.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ package algoliasearch.search
4141
* @param score
4242
* Filter scores to give different weights to individual filters.
4343
* @param disjunctive
44-
* Whether the filter is disjunctive or conjunctive. If true the filter has multiple matches, multiple occurences are
45-
* combined with the logical `OR` operation. If false, multiple occurences are combined with the logical `AND`
44+
* Whether the filter is disjunctive or conjunctive. If true the filter has multiple matches, multiple occurrences
45+
* are combined with the logical `OR` operation. If false, multiple occurrences are combined with the logical `AND`
4646
* operation.
4747
*/
4848
case class AutomaticFacetFilter(

src/main/scala/algoliasearch/search/Event.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ package algoliasearch.search
3636
import algoliasearch.search.EventStatus._
3737
import algoliasearch.search.EventType._
3838

39-
/** An event describe a step of the task execution flow..
39+
/** An event describe a step of the task execution flow.
4040
*
4141
* @param eventID
4242
* Universally unique identifier (UUID) of an event.

0 commit comments

Comments
 (0)