Skip to content

Commit ce77f29

Browse files
committed
wrong documentation pointer
1 parent 797338b commit ce77f29

File tree

1 file changed

+1
-1
lines changed
  • core/src/main/scala/org/dianahep/histogrammar/primitives

1 file changed

+1
-1
lines changed

core/src/main/scala/org/dianahep/histogrammar/primitives/select.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ The efficiency of a cut in a Select aggregator named `x` is simply `x.cut.entrie
4848
*/
4949
def ed[V <: Container[V] with NoAggregation](entries: Double, cut: V) = new Selected[V](entries, None, cut)
5050

51-
/** Create an empty, mutable [[org.dianahep.histogrammar.Limiting]].
51+
/** Create an empty, mutable [[org.dianahep.histogrammar.Selecting]].
5252
*
5353
* @param quantity Boolean or non-negative function that cuts or weights entries.
5454
* @param cut Aggregator to accumulate for values that pass the selection (`quantity`).

0 commit comments

Comments
 (0)