Fixed a minor doc bug.

This commit is contained in:
shivers 1996-09-19 22:20:37 +00:00
parent 28f054b439
commit d15cfee879
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@
;;; x
;;; y
;;; name
;;; ((disclose self) (list (ship:name self))))
;;; ((disclose self) (list "ship" (ship:name self))))
;;; will cause (make-ship 10 20 "Valdez") to print as
;;; #{ship "Valdez"}