Queer European MD passionate about IT
浏览代码

Corrected typo

Davte 4 月之前
父节点
当前提交
8b53342e61
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Mission443Solutions.Rmd

+ 1 - 1
Mission443Solutions.Rmd

@@ -112,7 +112,7 @@ chisq.test(science_obs, p = p_expected)
 ```{r}
 n_history_categories = 0
 
-# Count how many times the word science appears in the categories
+# Count how many times the word history appears in the categories
 for (c in categories) {
   if ("history" %in% c) {
     n_history_categories = n_history_categories + 1