mirror of
https://github.com/fenom-template/fenom.git
synced 2023-08-10 21:13:07 +03:00
Fix typo
This commit is contained in:
parent
964f20a914
commit
317bce9e19
@ -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 hexadecimal notation precede the number with 0x.
|
||||||
To use binary notation precede the number with 0b.
|
To use binary notation precede the number with 0b.
|
||||||
|
|
||||||
``smarty
|
```smarty
|
||||||
{var $a = 1234} decimal number
|
{var $a = 1234} decimal number
|
||||||
{var $a = -123} a negative number
|
{var $a = -123} a negative number
|
||||||
{var $a = 0123} octal number (equivalent to 83 decimal)
|
{var $a = 0123} octal number (equivalent to 83 decimal)
|
||||||
|
Loading…
Reference in New Issue
Block a user