Skip to content

Commit

Permalink
Fix off-by-two error
Browse files Browse the repository at this point in the history
  • Loading branch information
laserlemon authored Apr 15, 2024
1 parent 3b8b880 commit 60861e1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

1. [Fork](https://github.com/laserlemon/fair_dice_roll/fork) it.
2. Roll a die… fairly.
3. [Record](https://github.com/laserlemon/fair_dice_roll/blob/-/lib/fair_dice_roll.rb#L4) your result.
3. [Record](https://github.com/laserlemon/fair_dice_roll/blob/-/lib/fair_dice_roll.rb#L6-L7) your result.
4. Submit a [pull request](https://github.com/laserlemon/fair_dice_roll/pulls).
5. Please include photographic [evidence](https://cloud.githubusercontent.com/assets/34264/6920894/4f46d4de-d78f-11e4-8414-6c436864705e.JPG) of your roll.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Finally. Truly random numbers in Ruby.

1. [Fork](https://github.com/laserlemon/fair_dice_roll/fork) it.
2. Roll a die… fairly.
3. [Record](https://github.com/laserlemon/fair_dice_roll/blob/-/lib/fair_dice_roll.rb#L4) your result.
3. [Record](https://github.com/laserlemon/fair_dice_roll/blob/-/lib/fair_dice_roll.rb#L6-L7) your result.
4. Submit a [pull request](https://github.com/laserlemon/fair_dice_roll/pulls).
5. Please include photographic [evidence](https://cloud.githubusercontent.com/assets/34264/6920894/4f46d4de-d78f-11e4-8414-6c436864705e.JPG) of your roll.

Expand Down

0 comments on commit 60861e1

Please sign in to comment.