mirror of
https://github.com/nasa/openmct.git
synced 2025-06-16 14:18:16 +00:00
[Comments] Add missing space
This commit is contained in:
@ -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}
|
||||||
|
Reference in New Issue
Block a user