Skip to content

Commit

Permalink
Update src/main/scala-2/com/evolutiongaming/random/Random.scala
Browse files Browse the repository at this point in the history
Co-authored-by: Mareks Rampāns <8796159+mr-git@users.noreply.github.com>
  • Loading branch information
rtar and mr-git authored Feb 28, 2025
1 parent 9d2fb03 commit 9c83673
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/scala-2/com/evolutiongaming/random/Random.scala
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ object Random {
* ```
*
* The practice shown that this introduces a lot of confusion, so in future
* library versions `StateT` will stop to be exposed in public API.
* library versions `StateT` will not be exposed in public API.
*/
type SeedT[A] = StateT[Id, Seed, A]

Expand Down

0 comments on commit 9c83673

Please sign in to comment.