From 317bce9e19b25a74f1a9dcb34e23ecdfdbf0377e Mon Sep 17 00:00:00 2001 From: Ivan Shalganov Date: Fri, 2 Jan 2015 23:12:32 +0300 Subject: [PATCH] Fix typo --- docs/en/syntax.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/syntax.md b/docs/en/syntax.md index aa5803a..0b59618 100644 --- a/docs/en/syntax.md +++ b/docs/en/syntax.md @@ -212,7 +212,7 @@ To use octal notation, precede the number with a 0 (zero). To use hexadecimal notation precede the number with 0x. To use binary notation precede the number with 0b. -``smarty +```smarty {var $a = 1234} decimal number {var $a = -123} a negative number {var $a = 0123} octal number (equivalent to 83 decimal)