Преглед на файлове

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