fix typo
This commit is contained in:
parent
3c8241b07b
commit
29e97a496c
2 changed files with 2 additions and 2 deletions
|
|
@ -40,7 +40,7 @@ Let's have a function that can roll four dice and give a list of the tuples.
|
|||
"Return a list of Fate roll results. Each element of the list
|
||||
is a cons of its value and its visual representation, see
|
||||
`rpgdm--fate-die'."
|
||||
punless number
|
||||
(unless number
|
||||
(setq number 4))
|
||||
(let (results)
|
||||
(--dotimes number
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@
|
|||
"Return a list of Fate roll results. Each element of the list
|
||||
is a cons of its value and its visual representation, see
|
||||
`rpgdm--fate-die'."
|
||||
punless number
|
||||
(unless number
|
||||
(setq number 4))
|
||||
(let (results)
|
||||
(--dotimes number
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue