Case sensitive word change

Change of case sensitive word from AppLE to APPLE
This commit is contained in:
pavans 2022-04-18 18:01:39 +05:30
parent 291b5c05b9
commit 06416483b0

View file

@ -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"