Case sensitive word change
Change of case sensitive word from AppLE to APPLE
This commit is contained in:
parent
291b5c05b9
commit
06416483b0
1 changed files with 1 additions and 1 deletions
|
@ -192,7 +192,7 @@ let my-name; // hyphens '-' aren't allowed in the name
|
|||
```
|
||||
|
||||
```smart header="Case matters"
|
||||
Variables named `apple` and `AppLE` are two different variables.
|
||||
Variables named `apple` and `APPLE` are two different variables.
|
||||
```
|
||||
|
||||
````smart header="Non-Latin letters are allowed, but not recommended"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue