Browse Source

Fix grammr;

bjorn 7 years ago
parent
commit
f21f135527
1 changed files with 1 additions and 1 deletions
  1. 1 1
      api/lovr/data/Blob/getName.lua

+ 1 - 1
api/lovr/data/Blob/getName.lua

@@ -1,5 +1,5 @@
 return {
 return {
-  summary = 'Get the label the Blob.',
+  summary = 'Get the label of the Blob.',
   description = [[
   description = [[
     Returns the filename the Blob was loaded from, or the custom name given to it when it was
     Returns the filename the Blob was loaded from, or the custom name given to it when it was
     created.  This label is also used in error messages.
     created.  This label is also used in error messages.