aboutsummaryrefslogtreecommitdiffstats
path: root/progs/bench/fib.sy
diff options
context:
space:
mode:
Diffstat (limited to 'progs/bench/fib.sy')
-rw-r--r--progs/bench/fib.sy2
1 files changed, 1 insertions, 1 deletions
diff --git a/progs/bench/fib.sy b/progs/bench/fib.sy
index bd1aaa4..de68f5c 100644
--- a/progs/bench/fib.sy
+++ b/progs/bench/fib.sy
@@ -1,4 +1,4 @@
-// The worst implementation of fibonacci calculations
+// The worst implementation of Fibonacci calculations
// possible. FYI, it can be done in constant time.
fib :: fn a:int -> int {
if a < 2 {