Skip to content

Commit 508ca01

Browse files
committed
closes #3229
1 parent 321b05e commit 508ca01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

1-js/02-first-steps/04-variables/article.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ Variables named `apple` and `APPLE` are two different variables.
198198
```
199199

200200
````smart header="Non-Latin letters are allowed, but not recommended"
201-
It is possible to use any language, including cyrillic letters or even hieroglyphs, like this:
201+
It is possible to use any language, including cyrillic letters, Chinese logograms and so on, like this:
202202
203203
```js
204204
let имя = '...';

0 commit comments

Comments
 (0)