From d8d9833ec8896ba25f55b14bb66985c1b3b22ed7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=93=D0=B5=D0=BE=D1=80=D0=B3=D0=B8=D0=B9=20=D0=9F=D0=BE?= =?UTF-8?q?=D0=BF=D0=BE=D0=B2?= Date: Sat, 3 Feb 2018 16:16:26 +0300 Subject: [PATCH] Add missing translation --- docs/ru/syntax.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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']}.
```