Merge pull request #2958 from pavansuthar/pavan-patch-01
Case sensitive word change
This commit is contained in:
commit
a3a1492ebc
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"
|
```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"
|
````smart header="Non-Latin letters are allowed, but not recommended"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue