Fix typo in math/matrix docs.

Closes PR14721.
This commit is contained in:
Vincent St-Amour 2014-09-04 10:43:18 -04:00
parent 34dc76bd05
commit aa43a958d2

View File

@ -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.
}