Skip to content

Commit 444845c

Browse files
Fix a typo
1 parent 7ebbd2b commit 444845c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vignettes/gghighlight.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ p <- ggplot(mtcars, aes(wt, mpg, colour = factor(cyl))) +
237237
238238
p + gghighlight(cyl == 6)
239239
240-
p + gghighlight(cyl == 6, keep_scales = TRUE) + ggtitle("keep_scale = TRUE")
240+
p + gghighlight(cyl == 6, keep_scales = TRUE) + ggtitle("keep_scales = TRUE")
241241
```
242242

243243
### `calculate_per_facet`

0 commit comments

Comments
 (0)