diff options
-rw-r--r-- | stdlib/infix.tl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/infix.tl b/stdlib/infix.tl index 31712a10..73b4caf4 100644 --- a/stdlib/infix.tl +++ b/stdlib/infix.tl @@ -140,7 +140,7 @@ ((@tok . @rest) (if (or (not ucheck) (eq (first opstack).?arity :postfix)) - (infix-error oexp "operator expected before operand ~s" tok)) + (infix-error oexp "operator expected before ~s" tok)) (push tok nodestack) (set ucheck nil exp rest))) |