diff --git a/docs/searching.md b/docs/searching.md index a38e34d1..43fec8ec 100644 --- a/docs/searching.md +++ b/docs/searching.md @@ -362,7 +362,7 @@ var addressFacetResults = results.GetFacet("Address"); // Returns the facets for Numeric range facets can be used with numbers and get facets for numeric ranges. For example, it would group documents of the same price range. -There's two categories of numeric ranges - `DoubleRanges` and `Int64Range` for double/float values and int/long/datetime values respectively. +There's two categories of numeric ranges - `DoubleRange` and `Int64Range` for double/float values and int/long/datetime values respectively. Double range example ```csharp