Skip to content

Commit

Permalink
Corrected the description of Random.ULong in README.md. (#549)
Browse files Browse the repository at this point in the history
Co-authored-by: Jonathan Gilbert <[email protected]>
  • Loading branch information
logiclrd and logiclrd authored May 12, 2024
1 parent b72a4f9 commit 48e6ba2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -466,7 +466,7 @@ In the examples above, all three alternative styles of using **Bogus** produce t
* `SByte` - Generate a random sbyte between -128 and 127.
* `Int` - Generate a random int between MinValue and MaxValue.
* `UInt` - Generate a random uint between MinValue and MaxValue.
* `ULong` - Generate a random ulong between -128 and 127.
* `ULong` - Generate a random ulong between MinValue and MaxValue.
* `Long` - Generate a random long between MinValue and MaxValue.
* `Short` - Generate a random short between MinValue and MaxValue.
* `UShort` - Generate a random ushort between MinValue and MaxValue.
Expand Down

0 comments on commit 48e6ba2

Please sign in to comment.