From f91ab68bf2e0eda8d35f03d25c953c4005fc4803 Mon Sep 17 00:00:00 2001 From: Ben Steinberg Date: Wed, 3 May 2017 15:01:13 +0200 Subject: [PATCH] inconsistences -> inconsistencies (#527) --- vectors.Rmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vectors.Rmd b/vectors.Rmd index 9b28c86..0974b28 100644 --- a/vectors.Rmd +++ b/vectors.Rmd @@ -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)