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