浏览代码

Minor formatting update;

bjorn 8 年之前
父节点
当前提交
3a6ffc9c17
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      graphql/introspection.lua

+ 1 - 1
graphql/introspection.lua

@@ -47,7 +47,7 @@ __Schema = types.object({
       },
 
       subscriptionType = {
-        description = 'If this server supports subscriptions, the type that subscription operations will be rooted at',
+        description = 'If this server supports subscriptions, the type that subscription operations will be rooted at.',
         kind = __Type,
         resolve = function(schema)
           return schema:getSubscriptionType()