Skip to content

Commit 78100d3

Browse files
committed
correctly ref new is_ggproto() in docs
1 parent ceb5a37 commit 78100d3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

R/ggproto.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#' Create a new ggproto object
22
#'
3-
#' Construct a new object with `ggproto()`, test with `is.ggproto()`,
3+
#' Construct a new object with `ggproto()`, test with `is_ggproto()`,
44
#' and access parent methods/fields with `ggproto_parent()`.
55
#'
66
#' ggproto implements a protype based OO system which blurs the lines between

man/ggproto.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)