Skip to content

Commit

Permalink
Spelling fix: "an quotation" to "a quotation" (#1119)
Browse files Browse the repository at this point in the history
  • Loading branch information
ngreifer authored and hadley committed Jul 11, 2018
1 parent 93f1119 commit a009874
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Quotation.Rmd
Expand Up @@ -170,7 +170,7 @@ expr(x + y)
expr(1 / 2 / 3)
```

(Remember that white space and comments are not part of the AST, so will not be captured by an quoting function.)
(Remember that white space and comments are not part of the AST, so will not be captured by a quoting function.)

`expr()` is great for interactive exploration, because it captures what you, the developer, typed. It's not useful inside a function:

Expand Down

0 comments on commit a009874

Please sign in to comment.