Merge pull request #2958 from pavansuthar/pavan-patch-01

Case sensitive word change
This commit is contained in:
Ilya Kantor 2022-05-03 23:52:04 +04:00 committed by GitHub
commit a3a1492ebc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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"