From 998618073bc130b21c968de16b199cdde3cf2e1e Mon Sep 17 00:00:00 2001 From: Josh Goldberg Date: Wed, 20 Jun 2018 04:01:51 -0500 Subject: [PATCH] Typo fix (#629) Added question mark ? to end of a sentence, which was a question. --- EDA.Rmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/EDA.Rmd b/EDA.Rmd index 8c934d4..b8a2977 100644 --- a/EDA.Rmd +++ b/EDA.Rmd @@ -494,7 +494,7 @@ ggplot(data = smaller, mapping = aes(x = carat, y = price)) + 1. Visualise the distribution of carat, partitioned by price. 1. How does the price distribution of very large diamonds compare to small - diamonds. Is it as you expect, or does it surprise you? + diamonds? Is it as you expect, or does it surprise you? 1. Combine two of the techniques you've learned to visualise the combined distribution of cut, carat, and price.