Skip to content

Commit d70ab23

Browse files
committed
minor typo in code comment [ci skip]
1 parent 78a6248 commit d70ab23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/Attributes.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -551,7 +551,7 @@ compileAttributes <- function(pkgdir = ".", verbose = getOption("verbose")) {
551551
list(env = list(PKG_CXXFLAGS ="-std=c++20"))
552552
}
553553

554-
# built-in C++23 plugin for C++20
554+
# built-in C++23 plugin for C++23
555555
.plugins[["cpp23"]] <- function() {
556556
if (getRversion() >= "4.3") # with recent R versions, R can decide
557557
list(env = list(USE_CXX23 = "yes"))

0 commit comments

Comments
 (0)