Fix typo.

This commit is contained in:
Antoine Grondin 2013-09-01 10:59:06 -07:00
parent d4bdd8db21
commit bd3e6c9492
1 changed files with 1 additions and 1 deletions

View File

@ -92,7 +92,7 @@ All features of upskirt are supported, including:
* **Fast processing**. It is fast enough to render on-demand in * **Fast processing**. It is fast enough to render on-demand in
most web applications without having to cache the output. most web applications without having to cache the output.
* **Thread safety**. You can run multiple parsers is different * **Thread safety**. You can run multiple parsers in different
goroutines without ill effect. There is no dependence on global goroutines without ill effect. There is no dependence on global
shared state. shared state.