From 9faa315a7ebac396044f503b08268de0396ce392 Mon Sep 17 00:00:00 2001 From: Matthias Felleisen Date: Fri, 5 Apr 2019 20:37:00 -0400 Subject: [PATCH] closes all/15598 from gnats Thanks, btmeehan@gmail.com --- pkgs/racket-doc/scribblings/reference/match.scrbl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/racket-doc/scribblings/reference/match.scrbl b/pkgs/racket-doc/scribblings/reference/match.scrbl index d2079fd336..61f016a0b3 100644 --- a/pkgs/racket-doc/scribblings/reference/match.scrbl +++ b/pkgs/racket-doc/scribblings/reference/match.scrbl @@ -90,7 +90,7 @@ In more detail, patterns match as follows: @item{@racket[_id] (excluding the reserved names @racketidfont{_}, @racketidfont{...}, @racketidfont{___}, @racketidfont{..}@racket[_k], and - @racketidfont{..}@racket[_k] for non-negative integers + @racketidfont{__}@racket[_k] for non-negative integers @racket[_k]) @margin-note{Unlike in @racket[cond] and @racket[case], @racket[else] is not a keyword in @racket[match].} or @racket[(var _id)] --- matches anything, and binds @racket[_id] to the