Skip to content

Commit 7adb431

Browse files
author
Sven E. Templer
committed
layer.r typo: added full stop
1 parent ef8f179 commit 7adb431

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/layer.r

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ Layer <- proto(expr = {
158158

159159
wrong <- lengths != 1 & lengths != n
160160
if (any(wrong)) {
161-
stop("Aesthetics must either be length one, or the same length as the data",
161+
stop("Aesthetics must either be length one, or the same length as the data.",
162162
"\nProblems: ", paste(aesthetics[wrong], collapse = ", "), call. = FALSE)
163163
}
164164

0 commit comments

Comments
 (0)