Skip to content

Commit

Permalink
inconsistences -> inconsistencies (hadley#527)
Browse files Browse the repository at this point in the history
  • Loading branch information
bensteinberg authored and hadley committed May 3, 2017
1 parent 3ae67d3 commit f91ab68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vectors.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Vectors are particularly important as most of the functions you will write will

### Prerequisites

The focus of this chapter is on base R data structures, so it isn't essential to load any packages. We will, however, use a handful of functions from the __purrr__ package to avoid some inconsistences in base R.
The focus of this chapter is on base R data structures, so it isn't essential to load any packages. We will, however, use a handful of functions from the __purrr__ package to avoid some inconsistencies in base R.

```{r setup, message = FALSE}
library(tidyverse)
Expand Down

0 comments on commit f91ab68

Please sign in to comment.