Vector.Rmd: Typo Corrected "Augmented Vectors" (#563)

There is a difference in four augmented types between Section "Augmented Vectors" and Section "Basic Vectors". Please double check.
This commit is contained in:
Saghir 2017-05-03 13:45:46 +01:00 committed by Hadley Wickham
parent 30f223579e
commit 190b9134f8
1 changed files with 3 additions and 3 deletions

View File

@ -581,10 +581,10 @@ The most important S3 generic is `print()`: it controls how the object is printe
Atomic vectors and lists are the building blocks for other important vector types like factors and dates. I call these __augmented vectors__, because they are vectors with additional __attributes__, including class. Because augmented vectors have a class, they behave differently to the atomic vector on which they are built. In this book, we make use of four important augmented vectors:
* Factors.
* Factors
* Dates
* Date-times
* Times.
* Tibbles.
* Tibbles
These are described below.