Skip to content

Commit

Permalink
Fix a typo in error message
Browse files Browse the repository at this point in the history
  • Loading branch information
Witiko committed Jul 29, 2024
1 parent 0893c48 commit 33e6eef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion markdown.dtx
Original file line number Diff line number Diff line change
Expand Up @@ -33068,7 +33068,7 @@ function M.new(options)
% \begin{macrocode}
local pathname = assert(kpse.find_file(filename),
[[Could not locate user-defined syntax extension "]]
.. filename .. [[" for reading]])
.. filename)
local input_file = assert(io.open(pathname, "r"),
[[Could not open user-defined syntax extension "]]
.. pathname .. [[" for reading]])
Expand Down

0 comments on commit 33e6eef

Please sign in to comment.