Browse Source

Formatting;

bjorn 4 years ago
parent
commit
e9bc5a26a4
2 changed files with 2 additions and 2 deletions
  1. 1 1
      api/init.lua
  2. 1 1
      api/lovr/audio/Source/getSound.lua

+ 1 - 1
api/init.lua

@@ -1893,7 +1893,7 @@ return {
             {
             {
               name = "getSound",
               name = "getSound",
               tag = "sourceUtility",
               tag = "sourceUtility",
-              summary = "Get the `Sound` object backing the Source.",
+              summary = "Get the Sound object backing the Source.",
               description = "Returns the `Sound` object backing the Source.  Multiple Sources can share one Sound, allowing its data to only be loaded once.  An easy way to do this sharing is by using `Source:clone`.",
               description = "Returns the `Sound` object backing the Source.  Multiple Sources can share one Sound, allowing its data to only be loaded once.  An easy way to do this sharing is by using `Source:clone`.",
               key = "Source:getSound",
               key = "Source:getSound",
               module = "lovr.audio",
               module = "lovr.audio",

+ 1 - 1
api/lovr/audio/Source/getSound.lua

@@ -1,6 +1,6 @@
 return {
 return {
   tag = 'sourceUtility',
   tag = 'sourceUtility',
-  summary = 'Get the `Sound` object backing the Source.',
+  summary = 'Get the Sound object backing the Source.',
   description = [[
   description = [[
     Returns the `Sound` object backing the Source.  Multiple Sources can share one Sound, allowing
     Returns the `Sound` object backing the Source.  Multiple Sources can share one Sound, allowing
     its data to only be loaded once.  An easy way to do this sharing is by using `Source:clone`.
     its data to only be loaded once.  An easy way to do this sharing is by using `Source:clone`.