Skip to content

Commit

Permalink
Merge pull request #978 from arthurgleckler/master
Browse files Browse the repository at this point in the history
Fix typo in (chibi app) example.
  • Loading branch information
ashinn authored May 28, 2024
2 parents 78a990c + 619f63f commit c3c65b0
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 c3c65b0

Please sign in to comment.