[Comments] Add missing space

This commit is contained in:
larkin 2015-06-26 15:23:22 -07:00
parent d729cfcd3e
commit e582092844

View File

@ -40,7 +40,7 @@ define(
* *
* Named topics are shared; multiple calls to `topic` * Named topics are shared; multiple calls to `topic`
* with the same argument will return a single object instance. * with the same argument will return a single object instance.
* Anonymous topics (where `topic`has been called with no * Anonymous topics (where `topic` has been called with no
* arguments) are private; each call returns a new instance. * arguments) are private; each call returns a new instance.
* *
* @returns {Function} * @returns {Function}