diff --git a/pkgs/math-pkgs/math-doc/math/scribblings/math-matrix.scrbl b/pkgs/math-pkgs/math-doc/math/scribblings/math-matrix.scrbl index 64d0c47351..8d0f7dfea7 100644 --- a/pkgs/math-pkgs/math-doc/math/scribblings/math-matrix.scrbl +++ b/pkgs/math-pkgs/math-doc/math/scribblings/math-matrix.scrbl @@ -550,7 +550,7 @@ returned: [(matrix-map-cols [f ((Matrix A) -> (U #f (Matrix B)))] [M (Matrix A)] [fail (-> F)]) (U F (Matrix B))])])]{ -Like @racket[matrix-map-cols], but maps @racket[f] over columns. +Like @racket[matrix-map-rows], but maps @racket[f] over columns. }