diff --git a/docs/ru/syntax.md b/docs/ru/syntax.md index 5b1c6ca..03b1cf2 100644 --- a/docs/ru/syntax.md +++ b/docs/ru/syntax.md @@ -33,7 +33,7 @@ ```smarty
Hello, {$user.name}.
``` -`{$user.id}` and `{$user['id']}` are same: +`{$user.id}` и `{$user['id']}` это одно и то же: ```smarty
Hello, {$user['name']}.
```