Update Handbook.md

This commit is contained in:
Shengping Zhong 2015-04-18 21:39:05 +08:00
parent 8474ebdafe
commit 180bb4b4db

View File

@ -1022,7 +1022,7 @@ var m = require('mod');
exports.t = m.something + 1;
```
### <a name="Export ="><a>Export =
### <a name="Export ="></a>Export =
在上面的例子中,使用验证器的时候,每个模块只导出一个值。像这种情况,在验证器对象前面再加上限定名就显得累赘了,最好是直接使用一个标识符。