Skip to content

Commit

Permalink
Adds the missing word "top" (hadley#573)
Browse files Browse the repository at this point in the history
The following sentence under the section Vector Basics is missing the word "top": "Dates and date-times are built on of numeric vectors." The sentence should read: "Dates and date-times are built on top of numeric vectors."
  • Loading branch information
evjrob authored and hadley committed May 3, 2017
1 parent f538fc7 commit 7da10e1
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 @@ -51,7 +51,7 @@ Every vector has two key properties:
Vectors can also contain arbitrary additional metadata in the form of attributes. These attributes are used to create __augmented vectors__ which build on additional behaviour. There are four important types of augmented vector:
* Factors are built on top of integer vectors.
* Dates and date-times are built on of numeric vectors.
* Dates and date-times are built on top of numeric vectors.
* Data frames and tibbles are built on top of lists.
This chapter will introduce you to these important vectors from simplest to most complicated. You'll start with atomic vectors, then build up to lists, and finish off with augmented vectors.
Expand Down

0 comments on commit 7da10e1

Please sign in to comment.