We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6a42405 + 909c24a commit c4dc859Copy full SHA for c4dc859
src/main/scala/fpinscalalib/FunctionalStateSection.scala
@@ -43,7 +43,7 @@ object FunctionalStateSection
43
*
44
* <b>Exercise 6.1:</b>
45
46
- * Let's write a function that uses `RNG.nextInt` to generate a random integer between `0` and `Int.maxValue`, making
+ * Let's write a function that uses `RNG.nextInt` to generate a random integer between `0` and `Int.MaxValue`, making
47
* sure to handle the corner case when `nextInt` returns `Int.MinValue`, which doesn't have a non-negative
48
* counterpart:
49
*/
0 commit comments