"vs" should be "vs."

This commit is contained in:
jjchern 2016-05-23 18:30:53 -05:00
parent 16e948f487
commit 74c27cfd2a
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ frame_data(
)
```
## Tibbles vs data frames
## Tibbles vs. data frames
There are two main differences in the usage of a data frame vs a tibble: printing, and subsetting.