File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
src/main/scala/algoliasearch Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ package algoliasearch.ingestion
2222import algoliasearch .ingestion .EventStatus ._
2323import 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.
Original file line number Diff line number Diff 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 */
4848case class AutomaticFacetFilter (
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ package algoliasearch.search
3636import algoliasearch .search .EventStatus ._
3737import 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.
You can’t perform that action at this time.
0 commit comments