mirror of
https://github.com/nasa/openmct.git
synced 2025-01-19 03:06:54 +00:00
[Comments] Add missing space
This commit is contained in:
parent
d729cfcd3e
commit
e582092844
@ -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}
|
||||||
|
Loading…
Reference in New Issue
Block a user