Fix typo in (chibi app) example.

Backslash needed escaping.
This commit is contained in:
Arthur A. Gleckler 2024-05-27 19:15:56 -07:00
parent 78a990c73b
commit 619f63fb5e

View file

@ -64,7 +64,7 @@
;;> "Zookeeper Application" ;;> "Zookeeper Application"
;;> (@ ;;> (@
;;> (animals (list symbol) "list of animals to act on (default all)") ;;> (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 ;;> (or
;;> (feed "feed the animals" () (,feed animals ...)) ;;> (feed "feed the animals" () (,feed animals ...))
;;> (wash "wash the animals" (@ (soap boolean)) (,wash animals ...)) ;;> (wash "wash the animals" (@ (soap boolean)) (,wash animals ...))