Skip to content

Commit

Permalink
Fix typo (#4518)
Browse files Browse the repository at this point in the history
number instead of number type
  • Loading branch information
shaedrich authored May 27, 2024
1 parent 6f06247 commit a0367fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/random/random.pony
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ type Rand is XorOshiro128Plus
trait Random
"""
The `Random` trait should be implemented by all random number generators. The
only method you need to implement is `fun ref next(): 64`. Once that method
only method you need to implement is `fun ref next(): U64`. Once that method
has been implemented, the `Random` trait provides default implementations of
conversions to other number types.
"""
Expand Down

0 comments on commit a0367fb

Please sign in to comment.