From c55e293752b53465f622b9aaff24d041f476921b Mon Sep 17 00:00:00 2001 From: gnoblet Date: Wed, 21 Dec 2022 10:42:15 -0500 Subject: [PATCH] Correct typing mistake --- R/cols_reach.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R/cols_reach.R b/R/cols_reach.R index 2957e57..efb1c54 100644 --- a/R/cols_reach.R +++ b/R/cols_reach.R @@ -43,7 +43,7 @@ cols_reach <- function(..., unnamed = TRUE) { two_dots_flashy_1 = "gold1", two_dots_flashy_2 = "blue2", three_dots_1 = "aquamarine2", - three_dots_2 = "cornflowerbluer", + three_dots_2 = "cornflowerblue", three_dots_3 = "brown1", orpink = "#f8aa9b", pink = "#f5a6a7",