Skip to content

Commit f6d7246

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 c5d02f6 commit f6d7246

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

algoliasearch/Models/Ingestion/Event.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
namespace Algolia.Search.Models.Ingestion;
1313

1414
/// <summary>
15-
/// An event describe a step of the task execution flow..
15+
/// An event describe a step of the task execution flow.
1616
/// </summary>
1717
public partial class Event
1818
{

algoliasearch/Models/Search/AutomaticFacetFilter.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,9 @@ public AutomaticFacetFilter(string facet)
4646
public int? Score { get; set; }
4747

4848
/// <summary>
49-
/// 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.
49+
/// 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.
5050
/// </summary>
51-
/// <value>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. </value>
51+
/// <value>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. </value>
5252
[JsonPropertyName("disjunctive")]
5353
public bool? Disjunctive { get; set; }
5454

algoliasearch/Models/Search/Event.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
namespace Algolia.Search.Models.Search;
1313

1414
/// <summary>
15-
/// An event describe a step of the task execution flow..
15+
/// An event describe a step of the task execution flow.
1616
/// </summary>
1717
public partial class Event
1818
{

0 commit comments

Comments
 (0)