1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-20 11:40:18 +02:00

Last (for a little while) GOOPs doc fix

* doc/ref/goops.texi (GOOPS Object Miscellany): Clarify that it would
  be instances being printed, not classes.
This commit is contained in:
Neil Jerram 2011-02-18 23:10:54 +00:00
parent 27643d7097
commit e888334c27

View file

@ -1777,7 +1777,7 @@ as the Guile primitive @code{write} and @code{display} functions.
In addition to the cases mentioned, you can of course define
@code{write} and @code{display} methods for your own classes, to
customize how they are printed.
customize how instances of those classes are printed.
@node The Metaobject Protocol