Skip to content

Commit 4114f39

Browse files
committed
Minor typo fix
1 parent 72bcbe0 commit 4114f39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Aggregation/RangesAggregation.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ class RangesAggregation extends AbstractAggregation
1414
* @param array<int> $ranges pass desired ranges that will be converted to
1515
* linear range
1616
* @param array<AbstractAggregation> $aggregations
17-
* @param bool $equalConditionOnToRange Se to true if you want to do a histogram with 0
17+
* @param bool $equalConditionOnToRange Set to true if you want to do a histogram with 0
1818
* - 10, 10 - 15, and correctly count the number
1919
* (entry with 10 will be in first and seconds
2020
* segment

0 commit comments

Comments
 (0)