summaryrefslogtreecommitdiff
path: root/fib.kpl
diff options
context:
space:
mode:
Diffstat (limited to 'fib.kpl')
-rw-r--r--fib.kpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/fib.kpl b/fib.kpl
index 8231a9d..1dd244e 100644
--- a/fib.kpl
+++ b/fib.kpl
@@ -26,7 +26,7 @@
)
`is_main Fn $ (
- ( args ) : `use "sys"
+ ( args ) `use "sys"
? 3 != `length args {
`return `error String $ (
"#BOLD#RED#Got: %#\n" `format `join args