diff options
Diffstat (limited to 'Master/texmf-dist/source/latex/l3kernel/l3fparray.dtx')
-rw-r--r-- | Master/texmf-dist/source/latex/l3kernel/l3fparray.dtx | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/Master/texmf-dist/source/latex/l3kernel/l3fparray.dtx b/Master/texmf-dist/source/latex/l3kernel/l3fparray.dtx index 9d4ca672adb..7a110305cb5 100644 --- a/Master/texmf-dist/source/latex/l3kernel/l3fparray.dtx +++ b/Master/texmf-dist/source/latex/l3kernel/l3fparray.dtx @@ -44,7 +44,7 @@ % }^^A % } % -% \date{Released 2021-02-18} +% \date{Released 2021-05-07} % % \maketitle % @@ -106,7 +106,6 @@ % \meta{position} is not between $1$ and the \cs{fparray_count:N}, an % error occurs. % \end{function} - % % \end{documentation} % @@ -263,7 +262,7 @@ } \cs_new_protected:Npn \@@_array_gset_recover:Nw #1#2 ; { - \@@_error:nffn { fp-unknown-type } { \tl_to_str:n { #2 ; } } { } { } + \@@_error:nffn { unknown-type } { \tl_to_str:n { #2 ; } } { } { } \exp_after:wN #1 \c_nan_fp } \cs_new_protected:Npn \@@_array_gset:w \s_@@ \@@_chk:w #1#2 |