Browse Source

Formatting;

bjorn 6 years ago
parent
commit
0521cb4d3f
2 changed files with 2 additions and 2 deletions
  1. 1 1
      api/init.lua
  2. 1 1
      api/lovr/graphics/tick.lua

+ 1 - 1
api/init.lua

@@ -10787,7 +10787,7 @@ return {
                 {
                   name = "label",
                   type = "string",
-                  description = "The name of the timer"
+                  description = "The name of the timer."
                 }
               },
               returns = {}

+ 1 - 1
api/lovr/graphics/tick.lua

@@ -6,7 +6,7 @@ return {
     {
       name = 'label',
       type = 'string',
-      description = 'The name of the timer'
+      description = 'The name of the timer.'
     }
   },
   returns = {},