Browse Source

Fix grammar;

bjorn 7 years ago
parent
commit
8d1ff399d3
2 changed files with 2 additions and 2 deletions
  1. 1 1
      api/init.lua
  2. 1 1
      api/lovr/graphics/Animator/getAnimationNames.lua

+ 1 - 1
api/init.lua

@@ -9111,7 +9111,7 @@ return {
             },
             {
               name = "getAnimationNames",
-              summary = "Get the a table containing all animation names.",
+              summary = "Get a table containing all animation names.",
               description = "Returns a table containing the names of all animations supported by this Animator.",
               key = "Animator:getAnimationNames",
               module = "lovr.graphics",

+ 1 - 1
api/lovr/graphics/Animator/getAnimationNames.lua

@@ -1,5 +1,5 @@
 return {
-  summary = 'Get the a table containing all animation names.',
+  summary = 'Get a table containing all animation names.',
   description = [[
     Returns a table containing the names of all animations supported by this Animator.
   ]],