diff --git a/rectangling.qmd b/rectangling.qmd index 27b4374..22c7ef5 100644 --- a/rectangling.qmd +++ b/rectangling.qmd @@ -208,7 +208,7 @@ df1 <- tribble( When the children are **unnamed**, the number of elements tends to vary from row-to-row. For example, in `df2`, the elements of list-column `y` are unnamed and vary in length from one to three. -Unnamed list-columns naturally unnest in to rows: you'll get one row for each child. +Unnamed list-columns naturally unnest into rows: you'll get one row for each child. ```{r}