summaryrefslogtreecommitdiff
path: root/luaotfload.dtx
diff options
context:
space:
mode:
Diffstat (limited to 'luaotfload.dtx')
-rw-r--r--luaotfload.dtx2
1 files changed, 1 insertions, 1 deletions
diff --git a/luaotfload.dtx b/luaotfload.dtx
index 3d316ce..2dd4c81 100644
--- a/luaotfload.dtx
+++ b/luaotfload.dtx
@@ -500,7 +500,7 @@ end
%
% \begin{macrocode}
function string.quoted(str)
- return string.format("%q",str) -- always "
+ return string.format("%q",str)
end
% \end{macrocode}
%