From 3b2ed5e5ee7b32a3b4958b973507d74c14fdee1d Mon Sep 17 00:00:00 2001 From: hornik Date: Tue, 1 Aug 2023 10:13:47 +0000 Subject: [PATCH] Typo. git-svn-id: https://svn.r-project.org/R/trunk@84805 00db46b3-68df-0310-9c12-caf00c1e9a41 --- src/library/base/man/write.Rd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/library/base/man/write.Rd b/src/library/base/man/write.Rd index 4f4fb410cf1..7156bb15d0f 100644 --- a/src/library/base/man/write.Rd +++ b/src/library/base/man/write.Rd @@ -14,7 +14,7 @@ write(x, file = "data", \description{ Write data \code{x} to a file or other \code{\link{connection}}. \cr - As it simply calls \code{\link{cat()}}, less formatting happens than + As it simply calls \code{\link{cat}()}, less formatting happens than with \code{\link{print}()}ing. If \code{x} is a matrix you need to transpose it (and typically set \code{ncolumns}) to get the columns in \code{file} the same as those in