diff --git a/R/my_first_fcn.R b/R/my_first_fcn.R index f51cf6a1dc..fefa9607e9 100644 --- a/R/my_first_fcn.R +++ b/R/my_first_fcn.R @@ -9,5 +9,5 @@ #' @examples #' my_first_fcn() ## returns "Welcome to the admiral family!" my_first_fcn <- function() { - print("Welcome to the admiral family!") + "Welcome to the admiral family!" }