Skip to content

Commit 5d6baac

Browse files
committed
fix scala.math package object scaladoc
1 parent 372559e commit 5d6baac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/src/scala/math/package.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ package scala
2020
* @groupprio math-const 10
2121
*
2222
* @groupname minmax Minimum and Maximum
23-
* @groupdesc minmax Find the min or max of two numbers. Note: [[scala.collection.TraversableOnce]] has
23+
* @groupdesc minmax Find the min or max of two numbers. Note: [[scala.collection.IterableOnceOps]] has
2424
* min and max methods which determine the min or max of a collection.
2525
* @groupprio minmax 20
2626
*

0 commit comments

Comments
 (0)