From 923f9d7db365dbfa82d9070b3e47bb083d1110d2 Mon Sep 17 00:00:00 2001 From: alex hayes Date: Thu, 10 Jul 2025 20:11:35 -0500 Subject: [PATCH] Typo fix: "papers of" -> "papers over" --- names.qmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/names.qmd b/names.qmd index 5bad085..d3a3ff0 100755 --- a/names.qmd +++ b/names.qmd @@ -64,7 +64,7 @@ names(x) ``` This means that the names of `x` are sometimes a character vector the same length of `x`, and sometimes `NULL`. -rlang papers of this problem by providing `names2()` which always returns a character vector: +rlang papers over this problem by providing `names2()` which always returns a character vector: ```{r} rlang::names2(x)