From aa5a85fd842447ea00e3a0f721aa3834178e4cd4 Mon Sep 17 00:00:00 2001 From: Thomas Klebel Date: Wed, 7 Jan 2015 21:57:57 +0100 Subject: [PATCH] clean up messy sentence --- vignettes/ggvis-basics.Rmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vignettes/ggvis-basics.Rmd b/vignettes/ggvis-basics.Rmd index 8383d4fd..3e7591d1 100644 --- a/vignettes/ggvis-basics.Rmd +++ b/vignettes/ggvis-basics.Rmd @@ -63,7 +63,7 @@ mtcars %>% layer_points() ``` -Don't worry if this looks a little strange at first. You'll soon get used to it! This style of programming also allows gives you a lot of power when you start creating a lot of power, and allows you to seemlessly intermingle ggvis and dplyr code: +Don't worry if this looks a little strange at first. You'll soon get used to it! This style of programming gives you a lot of power, and allows you to seemlessly intermingle ggvis and dplyr code: ```{r, message = FALSE} library(dplyr)