Skip to content

Commit a09376c

Browse files
author
hornik
committed
Typos.
git-svn-id: https://svn.r-project.org/R/trunk@88887 00db46b3-68df-0310-9c12-caf00c1e9a41
1 parent 2c807ce commit a09376c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/library/base/man/crossprod.Rd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
\code{x \%*\% t(y)} (\code{tcrossprod}).
1515

1616
These are generic functions since \R 4.4.0: methods can be written
17-
individually or via the \code{\link[=S3groupGeneric]{matOps}} group
17+
individually or via the \code{\link[=S3groupGeneric]{matrixOps}} group
1818
generic function; it dispatches to S3 and S4 methods.
1919
}
2020
\usage{

src/library/base/man/matmult.Rd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ x \%*\% y
2828
dimensions.
2929

3030
This operator is a generic function: methods can be written for it
31-
individually or via the \code{\link[=S3groupGeneric]{matOps}} group
31+
individually or via the \code{\link[=S3groupGeneric]{matrixOps}} group
3232
generic function; it dispatches to S3 and S4 methods. Methods need to be
3333
written for a function that takes two arguments named \code{x} and \code{y}.
3434
}

0 commit comments

Comments
 (0)