Skip to content

Commit

Permalink
v2.0.0: README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sator-imaging authored Dec 18, 2023
1 parent 40b6e2b commit b669b65
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Max 2,097,152 of IDs can be created for every milliseconds.

- Unity Package Manager Installation URLs
- Latest: https://github.com/sator-imaging/Half-Ulid.git
- v2: https://github.com/sator-imaging/Half-Ulid.git#v2.0.0
- v2.0.0: https://github.com/sator-imaging/Half-Ulid.git#v2.0.0
- v1.3.0: https://github.com/sator-imaging/Half-Ulid.git#v1.3.0


Expand Down Expand Up @@ -69,7 +69,7 @@ if (!HalfUlid.TryGetValue(0L, out var value))
thow new Exception();

// -- or --
if (value < HalfUlid.MinValue)
if ((ulong)value < HalfUlid.MinValue)
thow new Exception();
```

Expand Down

0 comments on commit b669b65

Please sign in to comment.