We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent daee82a commit 8e0bf9eCopy full SHA for 8e0bf9e
lib/dtutils.lua
@@ -286,8 +286,8 @@ end
286
dtutils.libdoc.functions["find_image_by_id"] = {
287
Name = [[find_image_by_id]],
288
Synopsis = [[look up an image by ID in the database]],
289
- Usage = [[local db = require "lib/dtutils.db"
290
- local img = db.find_image_by_id(imgid)
+ Usage = [[local du = require "lib/dtutils"
+ local img = du.find_image_by_id(imgid)
291
id - int - the ID to look up
292
]],
293
Description = [[find_image_by_id looks up an image by ID in the database.]],
0 commit comments