Clarify why/how typos/case matters, closes #860

This commit is contained in:
Mine Çetinkaya-Rundel 2022-05-09 13:19:36 -04:00
parent fa8218035f
commit 564d2be645
1 changed files with 2 additions and 2 deletions

View File

@ -137,8 +137,8 @@ R_rocks
```
This illustrates the implied contract between you and R: R will do the tedious computations for you, but in exchange, you must be completely precise in your instructions.
Typos matter.
Case matters.
Typos matter; R can't read your mind and say "oh, they probably meant `r_rocks` when they typed `r_rock`".
Case matters; similarly R can't read your mind and say "oh, they probably meant `r_rocks` when they typed `R_rocks`".
## Calling functions