diff --git a/pkgs/racket-doc/scribblings/reference/pairs.scrbl b/pkgs/racket-doc/scribblings/reference/pairs.scrbl index 4d15191378..caa090f543 100644 --- a/pkgs/racket-doc/scribblings/reference/pairs.scrbl +++ b/pkgs/racket-doc/scribblings/reference/pairs.scrbl @@ -1397,7 +1397,7 @@ Raises an error if the input list contains more than 256 elements. @index["in-rearrangements"]{Returns} a sequence of all permutations of the input list. It is equivalent to @racket[(in-list (permutations l))] but much faster since -it builds the permutations one-by-one on each iteration +it builds the permutations one-by-one on each iteration. Raises an error if the input list contains more than 256 elements.}