Skip to content

Commit 1b3d6bb

Browse files
author
kalibera
committed
Fix typo.
git-svn-id: https://svn.r-project.org/R/trunk@87421 00db46b3-68df-0310-9c12-caf00c1e9a41
1 parent 7b28ae9 commit 1b3d6bb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/library/stats/man/predict.Rd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
% File src/library/stats/man/predict.Rd
22
% Part of the R package, https://www.R-project.org
3-
% Copyright 1995-2020 R Core Team
3+
% Copyright 1995-2024 R Core Team
44
% Distributed under GPL 2 or later
55

66
\name{predict}
@@ -32,7 +32,7 @@ predict (object, \dots)
3232
\code{n.ahead} specifying how many time steps ahead to predict.
3333

3434
Many methods have a logical argument \code{se.fit} saying if standard
35-
errors are to returned.
35+
errors are to be returned.
3636
}
3737
\value{
3838
The form of the value returned by \code{predict} depends on the

0 commit comments

Comments
 (0)