fixed english wording in Known Issues.

This commit is contained in:
agentzh (章亦春) 2010-11-22 11:50:43 +08:00
Родитель d7693625b3
Коммит 0558182387
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -755,8 +755,8 @@ Future Plan
Known Issues
============
* **WATCH OUT: Globals WON'T persist between requests**, due to the one-coroutine-per-request
designing. Especially watch yourself when using `require()` to import modules,
* **WATCH OUT: Globals WON'T persist between requests**, because of the one-coroutine-per-request
isolation design. Especially watch yourself when using `require()` to import modules, and
use this form:
local xxx = require('xxx')