From 7773637bc9e5c527cb0484169fb4337fa47484e9 Mon Sep 17 00:00:00 2001 From: harrismcgehee Date: Mon, 15 Aug 2016 08:33:19 -0400 Subject: [PATCH] Fix typo (#257) --- tidy.Rmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tidy.Rmd b/tidy.Rmd index 0a69c48..cd4ccb2 100644 --- a/tidy.Rmd +++ b/tidy.Rmd @@ -41,7 +41,7 @@ There are three interrelated rules which make a dataset tidy: 1. Each variable must have its own column. 1. Each observation must have its own row. -1. Each value much have its own cell. +1. Each value must have its own cell. Figure \@ref(fig:tidy-structure) shows the rules visually.