Skip to content

Commit

Permalink
Fix typo in (chibi app) example.
Browse files Browse the repository at this point in the history
Backslash needed escaping.
  • Loading branch information
arthurgleckler committed May 28, 2024
1 parent 78a990c commit 619f63f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/chibi/app.scm
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
;;> "Zookeeper Application"
;;> (@
;;> (animals (list symbol) "list of animals to act on (default all)")
;;> (lions boolean (#\l) "also apply the action to lions"))
;;> (lions boolean (#\\l) "also apply the action to lions"))
;;> (or
;;> (feed "feed the animals" () (,feed animals ...))
;;> (wash "wash the animals" (@ (soap boolean)) (,wash animals ...))
Expand Down

0 comments on commit 619f63f

Please sign in to comment.