From de449d678b001e4d026e977cb4900afe01ab19c9 Mon Sep 17 00:00:00 2001 From: Ben Steinberg Date: Wed, 3 May 2017 15:01:23 +0200 Subject: [PATCH] it's -> its (#528) --- model-many.Rmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/model-many.Rmd b/model-many.Rmd index bbffcda..95e75f5 100644 --- a/model-many.Rmd +++ b/model-many.Rmd @@ -489,7 +489,7 @@ These are described in more detail below. ### List to vector -If you can reduce your list column to an atomic vector then it will be a regular column. For example, you can always summarise an object with it's type and length, so this code will work regardless of what sort of list-column you have: +If you can reduce your list column to an atomic vector then it will be a regular column. For example, you can always summarise an object with its type and length, so this code will work regardless of what sort of list-column you have: ```{r} df <- tribble(