From 21f4377305e76828033b4933fd0102149000fe80 Mon Sep 17 00:00:00 2001 From: Carl Eastlund Date: Mon, 8 Jul 2013 00:59:00 -0400 Subject: [PATCH] Fixed a typo: part of define-generics's documentation was in the wrong scope. --- .../racket-doc/scribblings/reference/generic.scrbl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/racket-pkgs/racket-doc/scribblings/reference/generic.scrbl b/pkgs/racket-pkgs/racket-doc/scribblings/reference/generic.scrbl index 0dd3b6dba3..94d09af36a 100644 --- a/pkgs/racket-pkgs/racket-doc/scribblings/reference/generic.scrbl +++ b/pkgs/racket-pkgs/racket-doc/scribblings/reference/generic.scrbl @@ -71,11 +71,11 @@ When @racket[maybe-defaults] is provided, each generic function uses @racket[pred?]s to dispatch to the given default implementations, @racket[method-impl]s, if dispatching to the generic method table fails. The syntax of the @racket[method-impl]s is the same as the methods -provided for the @racket[#:methods] keyword for @racket[struct].} +provided for the @racket[#:methods] keyword for @racket[struct]. The @racket[id]@racketidfont{/c} combinator is intended to be used to contract the range of a constructor procedure for a struct type that -implements the generic interface. +implements the generic interface.} @defform[(define/generic local-id method-id) #:contracts