Skip to content

Commit

Permalink
Fix typo; thanks teepeemm
Browse files Browse the repository at this point in the history
  • Loading branch information
brucemiller committed Jul 19, 2023
1 parent 78f0509 commit d35b35e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/LaTeXML/Package/expl3.lua.ltxml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ DefMacroI('\__intarray_gset:w', 'Number Intarray Number', sub {
return; },
protected => 1);

DefPrimitiveI('\intarray_gzero:w', 'Intarray', sub {
DefPrimitiveI('\intarray_gzero:N', 'Intarray', sub {
my ($stomach, $table) = @_;
my $length = scalar(@$table);
for (my $i = 1 ; $i <= $length ; $i++) {
Expand Down

0 comments on commit d35b35e

Please sign in to comment.