Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
scheibo committed Sep 17, 2024
1 parent dd3247b commit 86ae127
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/gen1/chance.zig
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,7 @@ pub fn Chance(comptime Rational: type) type {

// If the move actually lands we can commit any past critical hit / damage rolls. Note
// we can't rely on the presence or absence of a damage roll to determine whether a
// "critical hit" was spurious or not as moves that do 1 or less damage don't rol for
// "critical hit" was spurious or not as moves that do 1 or less damage don't roll for
// damage but can still crit (instead, whether or not a roll is deemed to be a no-op is
// passed to the critical hit helper).
//
Expand Down

0 comments on commit 86ae127

Please sign in to comment.