diff --git a/collects/scribblings/guide/match.scrbl b/collects/scribblings/guide/match.scrbl index d10296ec1e..b0529363f9 100644 --- a/collects/scribblings/guide/match.scrbl +++ b/collects/scribblings/guide/match.scrbl @@ -73,7 +73,7 @@ structure type: [(struct hat (23 'bowler)) "top"]) ] -Unquoted, non-constructor identifiers in an pattern are @tech{pattern +Unquoted, non-constructor identifiers in a pattern are @tech{pattern variables} that are bound in the result expressions: @interaction[