Browse Source

Fix typo;

bjorn 3 years ago
parent
commit
58580f0f8b
2 changed files with 2 additions and 2 deletions
  1. 1 1
      api/init.lua
  2. 1 1
      api/lovr/graphics/Mesh/setVertexAttribute.lua

+ 1 - 1
api/init.lua

@@ -6113,7 +6113,7 @@ return {
                     {
                     {
                       name = "...",
                       name = "...",
                       type = "number",
                       type = "number",
-                      description = "Thew new components for the attribute."
+                      description = "The new components for the attribute."
                     }
                     }
                   },
                   },
                   returns = {}
                   returns = {}

+ 1 - 1
api/lovr/graphics/Mesh/setVertexAttribute.lua

@@ -15,7 +15,7 @@ return {
     {
     {
       name = '...',
       name = '...',
       type = 'number',
       type = 'number',
-      description = 'Thew new components for the attribute.'
+      description = 'The new components for the attribute.'
     }
     }
   },
   },
   returns = {},
   returns = {},