File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -147,7 +147,7 @@ private[chisel3] trait NumIntf[T <: Data] extends SourceInfoDoc { self: Num[T] =
147147 /** Maximum operator
148148 *
149149 * @param that a $numType
150- * @return a $numType with a value equal to the minimum value of this $coll and `that`
150+ * @return a $numType with a value equal to the maximum value of this $coll and `that`
151151 * $maxWidth
152152 * @group Arithmetic
153153 */
Original file line number Diff line number Diff line change @@ -115,7 +115,7 @@ private[chisel3] trait NumIntf[T <: Data] { self: Num[T] =>
115115 /** Maximum operator
116116 *
117117 * @param that a $numType
118- * @return a $numType with a value equal to the minimum value of this $coll and `that`
118+ * @return a $numType with a value equal to the maximum value of this $coll and `that`
119119 * $maxWidth
120120 * @group Arithmetic
121121 */
You can’t perform that action at this time.
0 commit comments