Skip to content

Commit

Permalink
Merge pull request #139 from meilisearch/field-distribution
Browse files Browse the repository at this point in the history
Rename FieldsDsitribution into FieldDistribution
  • Loading branch information
alallema authored Jul 12, 2021
2 parents 3085f7e + 7c3760b commit 1f3fcf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Meilisearch/IndexStats.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ public class IndexStats
/// <summary>
/// Gets or sets field distribution.
/// </summary>
public IDictionary<string, int> FieldsDistribution { get; set; }
public IDictionary<string, int> FieldDistribution { get; set; }
}
}

0 comments on commit 1f3fcf2

Please sign in to comment.