From 01a5d3c69876e14f97904cf085b22d1d4898a9d1 Mon Sep 17 00:00:00 2001 From: mys029 Date: Wed, 15 May 2024 09:04:25 -0700 Subject: [PATCH] fixed compliments --- R/compliments.R | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/R/compliments.R b/R/compliments.R index e0066f2..bffdae0 100644 --- a/R/compliments.R +++ b/R/compliments.R @@ -7,9 +7,9 @@ #' @return A compliment string #' #' @export -really_pretty <- function(name, follow_up = TRUE) { +really_pretty <- function(name, follow_up = FALSE) { - compliment <- glue::glue("You're, like, really pretty, {name}.") + compliment <- glue::glue("You're, like, really pretty {name}.") if (follow_up) { compliment <- paste(compliment,