diff --git a/workflow-basics.Rmd b/workflow-basics.Rmd index 7e94bd5..2f751ec 100644 --- a/workflow-basics.Rmd +++ b/workflow-basics.Rmd @@ -96,7 +96,7 @@ Type this code and notice similar assistance help with the paired quotation mark x <- "hello world" ``` -Quotation marks and parentheses must always come in a pair. RStudio does it's best to help you, but it's still possible to mess up and end up with a mismatch. If this happen, R will show you the continuation character "+": +Quotation marks and parentheses must always come in a pair. RStudio does its best to help you, but it's still possible to mess up and end up with a mismatch. If this happens, R will show you the continuation character "+": ``` > x <- "hello