bjorn 4 years ago
parent
commit
23f863802f
2 changed files with 2 additions and 2 deletions
  1. 1 1
      api/init.lua
  2. 1 1
      api/lovr/callbacks/conf.lua

+ 1 - 1
api/init.lua

@@ -100,7 +100,7 @@ return {
                     {
                       name = "spatializer",
                       type = "string",
-                      description = "An audio spatializer to use (`simple`, `oculus`, or `phonon`).  If `nil`, all of them are attempted.'"
+                      description = "An audio spatializer to use (`simple`, `oculus`, or `phonon`).  If `nil`, all of them are attempted."
                     },
                     {
                       name = "start",

+ 1 - 1
api/lovr/callbacks/conf.lua

@@ -102,7 +102,7 @@ return {
               type = 'string',
               description = [[
                 An audio spatializer to use (`simple`, `oculus`, or `phonon`).  If `nil`, all of
-                them are attempted.'
+                them are attempted.
               ]]
             },
             {