Skip to content

Commit

Permalink
Minor syntax fix (#1720)
Browse files Browse the repository at this point in the history
  • Loading branch information
howardbaek committed Mar 18, 2023
1 parent 418e9a0 commit 2d6a83b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Meta.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ You'll learn about metaprogramming and tidy evaluation in the following five cha
metaprogramming story, briefly learning about all major components
and how they fit together to form a cohesive whole.

1. Chapter \@ref(expressions) shows that that all R code can be described as a
1. Chapter \@ref(expressions) shows that all R code can be described as a
tree. You'll learn how to visualise these trees, how the rules of R's
grammar convert linear sequences of characters into these trees, and how to
use recursive functions to work with code trees.
Expand Down

0 comments on commit 2d6a83b

Please sign in to comment.