From e58209284404b97032284a8032b470433c57367c Mon Sep 17 00:00:00 2001 From: larkin Date: Fri, 26 Jun 2015 15:23:22 -0700 Subject: [PATCH] [Comments] Add missing space --- platform/core/src/services/Topic.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/core/src/services/Topic.js b/platform/core/src/services/Topic.js index 894274b71c..f1afafa843 100644 --- a/platform/core/src/services/Topic.js +++ b/platform/core/src/services/Topic.js @@ -40,7 +40,7 @@ define( * * Named topics are shared; multiple calls to `topic` * 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. * * @returns {Function}