Skip to content

Commit

Permalink
doc adjustment
Browse files Browse the repository at this point in the history
  • Loading branch information
demonnic committed Feb 4, 2021
1 parent 83457ac commit 2ebb0c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/resources/echofile.lua
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,8 @@ end
---@param window Optional window to cecho to
---@param filename Full path to file
---@see echofile.f
---@usage local fp = require("MDK-1.echofile")
--- local cechoFile,f = fp.cechoFile, fp.f
---@usage local ec = require("MDK-1.echofile")
--- local cechoFile,f = ec.cechoFile, ec.f
--- cechoFile("C:/path/to/file") -- windows1
--- cechoFile("C:\\path\\to\\file") -- windows2
--- cechoFile("/path/to/file") -- Linux/MacOS
Expand Down

0 comments on commit 2ebb0c2

Please sign in to comment.