Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion vignettes/lazyeval.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ my_label(x + y)

There are two potential problems with this approach:

1. For long some expressions, `deparse()` generates a character vector with
1. For some long expressions, `deparse()` generates a character vector with
length > 1:

```{r}
Expand Down