From 1290e69ee6b42060c996a4e40570b1c42270cb7b Mon Sep 17 00:00:00 2001 From: Jay Williams Date: Sat, 12 Dec 2015 19:29:54 +0000 Subject: [PATCH] Fixed a spelling mistake! Just browsing your guthub account doing some revision for my course and saw a spelling mistake at line 246 - Changed mentiond -> mentioned (246) --- 02_RProgramming/ControlStructures/index.Rmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/02_RProgramming/ControlStructures/index.Rmd b/02_RProgramming/ControlStructures/index.Rmd index 6214d166d..9a3ac1103 100644 --- a/02_RProgramming/ControlStructures/index.Rmd +++ b/02_RProgramming/ControlStructures/index.Rmd @@ -243,4 +243,4 @@ Summary - Infinite loops should generally be avoided, even if they are theoretically correct. -- Control structures mentiond here are primarily useful for writing programs; for command-line interactive work, the *apply functions are more useful. +- Control structures mentioned here are primarily useful for writing programs; for command-line interactive work, the *apply functions are more useful.