Skip to content

Commit

Permalink
Update README.org
Browse files Browse the repository at this point in the history
Fix closing bracket/parentheses in fluid-let
  • Loading branch information
rogerturner authored and mnieper committed Jul 10, 2023
1 parent d872c47 commit d490ba3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.org
Original file line number Diff line number Diff line change
Expand Up @@ -1699,7 +1699,7 @@ With this tool at our disposal, we can finally write a version of
swap!
(lambda ()
b1 ... b2)
swap!))]))))
swap!)))])))
#+END_SRC

#+BEGIN_SRC scheme :results output :export both :wrap example
Expand Down

0 comments on commit d490ba3

Please sign in to comment.