[DOCS] Fixed some bad UTF8

This commit is contained in:
Clinton Gormley 2014-03-19 12:46:06 +01:00
parent 1f497c6678
commit 4c34615686
2 changed files with 12 additions and 12 deletions

View File

@ -29,7 +29,7 @@ of these classes. |`[]` (Keep all characters)
`digit`:: for example `3` or `7`
`whitespace`:: for example `" "` or `"\n"`
`punctuation`:: for example `!` or `"`
`symbol`:: for example `$` or `√`
`symbol`:: for example `$` or ``
[float]
==== Example

View File

@ -24,7 +24,7 @@ of these classes. |`[]` (Keep all characters)
`digit`:: for example `3` or `7`
`whitespace`:: for example `" "` or `"\n"`
`punctuation`:: for example `!` or `"`
`symbol`:: for example `$` or `√`
`symbol`:: for example `$` or ``
[float]
==== Example