Skip to content

Commit

Permalink
Merge pull request scala#7129 from xuwei-k/math-package-TraversableOnce
Browse files Browse the repository at this point in the history
fix scala.math package object scaladoc
  • Loading branch information
SethTisue authored Aug 27, 2018
2 parents 1f68c6c 62ee827 commit 8a52aa1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/library/scala/math/package.scala
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 20,7 @@ package scala
* @groupprio math-const 10
*
* @groupname minmax Minimum and Maximum
* @groupdesc minmax Find the min or max of two numbers. Note: [[scala.collection.TraversableOnce]] has
* @groupdesc minmax Find the min or max of two numbers. Note: [[scala.collection.IterableOnceOps]] has
* min and max methods which determine the min or max of a collection.
* @groupprio minmax 20
*
Expand Down

0 comments on commit 8a52aa1

Please sign in to comment.