diff --git a/pkgs/racket-doc/scribblings/style/unit.scrbl b/pkgs/racket-doc/scribblings/style/unit.scrbl index 56cea86224..d9d890cb8d 100644 --- a/pkgs/racket-doc/scribblings/style/unit.scrbl +++ b/pkgs/racket-doc/scribblings/style/unit.scrbl @@ -290,7 +290,7 @@ racket ;; ;; (define-strategy (s board tiles available score) ...) ;; defines a function from an instance of player to a - ;; placement. The four identifier denote the state of + ;; placement. The four identifiers denote the state of ;; the board, the player's hand, the places where a ;; tile can be placed, and the player's current score. define-strategy)