Skip to content

Commit

Permalink
formatting doc
Browse files Browse the repository at this point in the history
  • Loading branch information
juerg committed Jan 12, 2024
1 parent 6e752e4 commit bffbed9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ simple recursion with self recursion applied to computing Fibonacci numbers.
;; | (fib-simple 30) | 1.171s |
;; | (fib-tco 30) | 31.286µs |
;; | (fib-loop-recur 30) | 27.946µs |
;; | (fib-memoize 30) | 2.54ms |
;; | (fib-memoize 30) | 2.540ms |
;; +----------------------+------------+
```

Expand Down

0 comments on commit bffbed9

Please sign in to comment.