Fix args list
This commit is contained in:
parent
21230efb5e
commit
db65e7c5e2
1 changed files with 1 additions and 1 deletions
|
|
@ -26,7 +26,7 @@ heading component:
|
|||
:title \"Title Text\"))
|
||||
```"
|
||||
(when (and (not (null? args))
|
||||
(= (remainder (length args) 2 1)))
|
||||
(= (remainder (length args) 2) 1))
|
||||
(error (format
|
||||
"mithril:comp-> Component macro expects even length args list.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue