mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-05-18 21:29:19 +02:00
Merge pull request #978 from arthurgleckler/master
Fix typo in (chibi app) example.
This commit is contained in:
commit
c3c65b0309
1 changed files with 1 additions and 1 deletions
|
@ -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 ...))
|
||||
|
|
Loading…
Add table
Reference in a new issue