소스 검색

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()