Skip to content

Commit

Permalink
fix(docs): proper escape back-slash (#464)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tieske committed Feb 12, 2024
1 parent c38e8ce commit 659c32e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/pl/config.lua
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ end

local config = {}

--- like `io.lines`, but allows for lines to be continued with '`\`'.
--- like `io.lines`, but allows for lines to be continued with '`\\`'.
-- @param file a file-like object (anything where read() returns the next line) or a filename.
-- Defaults to standard input.
-- @return an iterator over the lines, or nil
Expand Down

0 comments on commit 659c32e

Please sign in to comment.