Skip to content

Commit 1546c75

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 edd9ff7 commit 1546c75

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Sources/Ingestion/Models/IngestionEvent.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import Foundation
66
import Core
77
#endif
88

9-
/// An event describe a step of the task execution flow..
9+
/// An event describe a step of the task execution flow.
1010
public struct IngestionEvent: Codable, JSONEncodable {
1111
/// Universally unique identifier (UUID) of an event.
1212
public var eventID: String

Sources/Search/Models/SearchAutomaticFacetFilter.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ public struct SearchAutomaticFacetFilter: Codable, JSONEncodable {
1313
public var facet: String
1414
/// Filter scores to give different weights to individual filters.
1515
public var score: Int?
16-
/// Whether the filter is disjunctive or conjunctive. If true the filter has multiple matches, multiple occurences
17-
/// are combined with the logical `OR` operation. If false, multiple occurences are combined with the logical `AND`
16+
/// Whether the filter is disjunctive or conjunctive. If true the filter has multiple matches, multiple occurrences
17+
/// are combined with the logical `OR` operation. If false, multiple occurrences are combined with the logical `AND`
1818
/// operation.
1919
public var disjunctive: Bool?
2020

Sources/Search/Models/SearchEvent.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import Foundation
66
import Core
77
#endif
88

9-
/// An event describe a step of the task execution flow..
9+
/// An event describe a step of the task execution flow.
1010
public struct SearchEvent: Codable, JSONEncodable {
1111
/// Universally unique identifier (UUID) of an event.
1212
public var eventID: String

0 commit comments

Comments
 (0)