Skip to content

Commit

Permalink
Add missing key to example.
Browse files Browse the repository at this point in the history
Thanks to Per Bothner for reporting this.
  • Loading branch information
arthurgleckler committed Apr 3, 2017
1 parent fe28077 commit cf6f993
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion srfi-145.html
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ <h1>Rationale</h1>

<pre>
(define (foo x a b)
(case
(case x
((plus) (+ a b))
((minus) (- a b))
(else (assume #f "valid operators are plus/minus" x))))
Expand Down

0 comments on commit cf6f993

Please sign in to comment.