summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/l3kernel/l3luatex.dtx
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2020-04-11 22:47:33 +0000
committerKarl Berry <karl@freefriends.org>2020-04-11 22:47:33 +0000
commit770b96ca17434757dd1f8ef5afcb7ec61eb55244 (patch)
treefcefcf089b0ea6f48e93b0d354a2c0b6ef4c8c05 /Master/texmf-dist/source/latex/l3kernel/l3luatex.dtx
parentc90b0317da3ad158c3e4e826ec6c3c726da61e1c (diff)
l3kernel (6apr20)
git-svn-id: svn://tug.org/texlive/trunk@54672 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/l3kernel/l3luatex.dtx')
-rw-r--r--Master/texmf-dist/source/latex/l3kernel/l3luatex.dtx6
1 files changed, 3 insertions, 3 deletions
diff --git a/Master/texmf-dist/source/latex/l3kernel/l3luatex.dtx b/Master/texmf-dist/source/latex/l3kernel/l3luatex.dtx
index 89185a21867..2aeaa1179dd 100644
--- a/Master/texmf-dist/source/latex/l3kernel/l3luatex.dtx
+++ b/Master/texmf-dist/source/latex/l3kernel/l3luatex.dtx
@@ -43,7 +43,7 @@
% }^^A
% }
%
-% \date{Released 2020-03-06}
+% \date{Released 2020-04-06}
%
% \maketitle
%
@@ -158,7 +158,7 @@
% \begin{syntax}
% |l3kernel.filemdfivesum(|\meta{file}|)|
% \end{syntax}
-% Returns the of the MD5 sum of the file contents read as bytes; note that
+% Returns the MD5 sum of the file contents read as bytes; note that
% the result will depend on the nature of the line endings used in the file,
% in contrast to normal \TeX{} behaviour. If the \meta{file} is not found,
% nothing is returned with \emph{no error raised}.
@@ -168,7 +168,7 @@
% \begin{syntax}
% |l3kernel.filemoddate(|\meta{file}|)|
% \end{syntax}
-% Returns the of the date/time of last modification of the \meta{file} in the
+% Returns the date/time of last modification of the \meta{file} in the
% format
% \begin{quote}
% |D:|\meta{year}\meta{month}\meta{day}\meta{hour}\meta{minute}^^A