unofficial mirror of bug-guile@gnu.org 
 help / color / mirror / Atom feed
* manual - small typo error
@ 2011-07-05 22:13 David Pirotte
  0 siblings, 0 replies; only message in thread
From: David Pirotte @ 2011-07-05 22:13 UTC (permalink / raw)
  To: bug-guile

Hello,

reporting a small typo error in section 9.6.3 Merging Generics: #:duplicates expects
a list:

    ...
    (define-module (my-module)
       #:use-module (math 2D-vectors)
       #:use-module (math 3D-vectors)
       #:duplicates merge-generics)
	
should be

    ...
    (define-module (my-module)
       #:use-module (math 2D-vectors)
       #:use-module (math 3D-vectors)
       #:duplicates (merge-generics))


Cheers,
David




^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2011-07-05 22:13 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-07-05 22:13 manual - small typo error David Pirotte

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).