Clarify why/how typos/case matters, closes #860
This commit is contained in:
parent
fa8218035f
commit
564d2be645
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue