minor grammar fix in tibble intro (#276)

This commit is contained in:
Gregory Jefferis 2016-08-17 14:32:19 +01:00 committed by Hadley Wickham
parent a169d4e7b3
commit 732b5aad16
1 changed files with 1 additions and 1 deletions

View File

@ -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)