fix typo
This commit is contained in:
parent
6707ae33c9
commit
f5baf819c0
1 changed files with 1 additions and 1 deletions
|
|
@ -1324,7 +1324,7 @@
|
||||||
:else
|
:else
|
||||||
(magic-fail! "Var " (:sym op) " must be either a parameterized "
|
(magic-fail! "Var " (:sym op) " must be either a parameterized "
|
||||||
"navigator, a higher order pathed constructor function, "
|
"navigator, a higher order pathed constructor function, "
|
||||||
"or a nav consructor")
|
"or a nav constructor")
|
||||||
)))
|
)))
|
||||||
(magic-fail! "Code at " (extract-original-code p) " is in "
|
(magic-fail! "Code at " (extract-original-code p) " is in "
|
||||||
"function invocation position and must be either a parameterized "
|
"function invocation position and must be either a parameterized "
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue