Skip to content

Commit 6db6113

Browse files
author
maechler
committed
fix typo
git-svn-id: https://svn.r-project.org/R/trunk@87380 00db46b3-68df-0310-9c12-caf00c1e9a41
1 parent 08b36fc commit 6db6113

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/library/base/man/DateTimeClasses.Rd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
}
6262
\usage{
6363
\method{print}{POSIXct}(x, tz = "", usetz = TRUE, max = NULL,
64-
digits = getOption("digits.prec"), \dots)
64+
digits = getOption("digits.secs"), \dots)
6565

6666
\method{summary}{POSIXct}(object, digits = 15, \dots)
6767

0 commit comments

Comments
 (0)