Skip to content
This repository was archived by the owner on Feb 19, 2025. It is now read-only.

Commit 466621d

Browse files
author
Ruben Schmidmeister
committed
Put comment on one line
1 parent a799367 commit 466621d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

algorithms/fair-dice-roll.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
// chosen by fair dice roll.
2-
// guaranteed to be random.
1+
// chosen by fair dice roll. guaranteed to be random.
32
const random = () => 4
43

54
module.exports = random

0 commit comments

Comments
 (0)