From d9b6f9e209d8772f5ff889ce2fe3bbe17ca03da3 Mon Sep 17 00:00:00 2001 From: Hiroaki Yutani Date: Sun, 15 Jun 2025 10:24:07 +0900 Subject: [PATCH] A really minor document tweak --- R/theme-elements.R | 2 +- man/element.Rd | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/R/theme-elements.R b/R/theme-elements.R index cb8bb15517..09f8c96a13 100644 --- a/R/theme-elements.R +++ b/R/theme-elements.R @@ -33,7 +33,7 @@ #' a blank element among its parents will cause this element to be blank as #' well. If `FALSE` any blank parent element will be ignored when #' calculating final element state. -#' @return An S3 object of class `element`, `rel`, or `margin`. +#' @return An object of class `element`, `rel`, or `margin`. #' @details #' The `element_polygon()` and `element_point()` functions are not rendered #' in standard plots and just serve as extension points. diff --git a/man/element.Rd b/man/element.Rd index 14a020db17..8411711999 100644 --- a/man/element.Rd +++ b/man/element.Rd @@ -176,7 +176,7 @@ is anchored.} \item{x}{A single number specifying size relative to parent element.} } \value{ -An S3 object of class \code{element}, \code{rel}, or \code{margin}. +An object of class \code{element}, \code{rel}, or \code{margin}. } \description{ In conjunction with the \link{theme} system, the \code{element_} functions