Skip to content

Commit

Permalink
Fix incorrect doc tag
Browse files Browse the repository at this point in the history
  • Loading branch information
Moohan committed Oct 21, 2024
1 parent 9eec0ee commit 355c976
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/make_inheritance_checks.R
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#' @param target_classes character vector of the classes to check for.
#' @param ignore_null boolean. Indicates whether to ignore arguments with value
#' NULL (TRUE) or to throw an exception (FALSE). Default = TRUE.
#' @internal
#' @keywords internal
#' @noRd
make_inheritance_checks <- function(arguments,
target_classes,
Expand Down

0 comments on commit 355c976

Please sign in to comment.