Updated Pygments issues (markdown)

This commit is contained in:
Li Jie 2015-06-29 22:07:27 +08:00
parent 00cc70c14c
commit dbfdfd0710
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ The `` `[]` `` should only be red.
## Numerical type with suffix
```nimrod
if foo == 0'i32:
if foo() == 0'i32:
echo 'equals 0'
```