From 732b5aad1666bc794211e07a53ac5ce6280cc1bd Mon Sep 17 00:00:00 2001 From: Gregory Jefferis Date: Wed, 17 Aug 2016 14:32:19 +0100 Subject: [PATCH] minor grammar fix in tibble intro (#276) --- tibble.Rmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tibble.Rmd b/tibble.Rmd index 89842db..563fcf2 100644 --- a/tibble.Rmd +++ b/tibble.Rmd @@ -8,7 +8,7 @@ If this chapter leaves you wanting to learn more about tibbles, you might enjoy ### Prerequisites -In this chapter we'll explore the __tibble__ package. Most chapters don't load the tibble package explicitly, because we just using tibbles, not create them. Here we're going to create them by hand (not from an existing data source), so we'll need to load it explicitly. +In this chapter we'll explore the __tibble__ package. Most chapters don't load the tibble package explicitly, because we're just using tibbles, not creating them. Here we're going to create them by hand (not from an existing data source), so we'll need to load it explicitly. ```{r setup} library(tibble)