Skip to content

Commit

Permalink
chore(docs) properly display back-slash character
Browse files Browse the repository at this point in the history
  • Loading branch information
Tieske committed Aug 14, 2022
1 parent 3b42fd0 commit d5958e2
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 stardard input.
-- @return an iterator over the lines, or nil
Expand Down

0 comments on commit d5958e2

Please sign in to comment.