diff --git a/Quotation.Rmd b/Quotation.Rmd index d5fc1b911..28e2a691e 100644 --- a/Quotation.Rmd +++ b/Quotation.Rmd @@ -805,7 +805,7 @@ One way to think about these problems is to draw explicit parallels to quasiquot argument names: ```{r, eval = FALSE} - tibble::tibble(!!var = value) + tibble::tibble(!!var = val) #> Error: unexpected '=' in "tibble::tibble(!!var =" ```