Skip to content
This repository has been archived by the owner on Jan 13, 2024. It is now read-only.

Commit

Permalink
Fix grammar error
Browse files Browse the repository at this point in the history
  • Loading branch information
StrangerCoug committed Oct 6, 2023
1 parent ea91380 commit d2cfe7b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ public int getStreet() {
}

/**
* For legibility, this enum combines certain types of bets together that has
* For legibility, this enum combines certain types of bets together that have
* the same odds. For example, bets of 0-1-2, 0-00-2, and 0/00-2-3 are special
* cases of the corner bets, not street bets; but in the internal logic they are
* counted as street bets. For the same reason, 0-1-2-3 is treated as a corner
Expand Down

0 comments on commit d2cfe7b

Please sign in to comment.