Skip to content

Commit 909c24a

Browse files
Dylan MartinDylan Martin
Dylan Martin
authored and
Dylan Martin
committed
world's tiniest typo
1 parent 6a42405 commit 909c24a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/scala/fpinscalalib/FunctionalStateSection.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ object FunctionalStateSection
4343
*
4444
* <b>Exercise 6.1:</b>
4545
*
46-
* Let's write a function that uses `RNG.nextInt` to generate a random integer between `0` and `Int.maxValue`, making
46+
* Let's write a function that uses `RNG.nextInt` to generate a random integer between `0` and `Int.MaxValue`, making
4747
* sure to handle the corner case when `nextInt` returns `Int.MinValue`, which doesn't have a non-negative
4848
* counterpart:
4949
*/

0 commit comments

Comments
 (0)