bjorn 5 mesi fa
parent
commit
8fd4ced9c4

+ 2 - 2
api/init.lua

@@ -21286,7 +21286,7 @@ return {
                     {
                       name = "t",
                       type = "table",
-                      descriptioin = "A table of 3 or 4 color components."
+                      description = "A table of 3 or 4 color components."
                     }
                   },
                   returns = {}
@@ -27276,7 +27276,7 @@ return {
                     {
                       name = "t",
                       type = "table",
-                      descriptioin = "A table of 3 or 4 color components."
+                      description = "A table of 3 or 4 color components."
                     }
                   },
                   returns = {}

+ 1 - 1
api/lovr/graphics/Pass/setColor.lua

@@ -22,7 +22,7 @@ return {
     },
     t = {
       type = 'table',
-      descriptioin = 'A table of 3 or 4 color components.'
+      description = 'A table of 3 or 4 color components.'
     },
     hex = {
       type = 'number',

+ 1 - 1
api/lovr/headset/Layer/setColor.lua

@@ -25,7 +25,7 @@ return {
     },
     t = {
       type = 'table',
-      descriptioin = 'A table of 3 or 4 color components.'
+      description = 'A table of 3 or 4 color components.'
     },
     hex = {
       type = 'number',