Browse Source

I a word;

bjorn 5 years ago
parent
commit
ea310c893b
2 changed files with 2 additions and 2 deletions
  1. 1 1
      api/init.lua
  2. 1 1
      api/lovr/headset/getHands.lua

+ 1 - 1
api/init.lua

@@ -13911,7 +13911,7 @@ return {
           description = "Returns a table with all of the currently tracked hand devices.",
           key = "lovr.headset.getHands",
           module = "lovr.headset",
-          notes = "The hand paths *always* be either `hand/left` or `hand/right`.",
+          notes = "The hand paths will *always* be either `hand/left` or `hand/right`.",
           variants = {
             {
               arguments = {},

+ 1 - 1
api/lovr/headset/getHands.lua

@@ -12,7 +12,7 @@ return {
       description = 'The currently tracked hand devices.'
     }
   },
-  notes = 'The hand paths *always* be either `hand/left` or `hand/right`.',
+  notes = 'The hand paths will *always* be either `hand/left` or `hand/right`.',
   example = [[
     function lovr.update(dt)
       for i, hand in ipairs(lovr.headset.getHands()) do