Skip to content

Commit b1ecc5a

Browse files
committed
Fix typo in private macro name
\__mmacells_group_insetr_after:n -> \__mmacells_group_insert_after:n
1 parent 2c1f726 commit b1ecc5a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mmacells.sty

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@
228228
\tl_put_right:Nn \l_mmacells_lst_literate_tl
229229
{
230230
{:\ }{{
231-
\__mmacells_group_insetr_after:n { \color{mmaMessage}:\ }
231+
\__mmacells_group_insert_after:n { \color{mmaMessage}:\ }
232232
}}1
233233
}
234234
% Using format line wrapper in addition to setting \color above due to
@@ -605,7 +605,7 @@
605605
}
606606
}
607607

608-
\cs_new_protected:Npn \__mmacells_group_insetr_after:n #1
608+
\cs_new_protected:Npn \__mmacells_group_insert_after:n #1
609609
{
610610
\cs_gset_protected_nopar:Npn \g__mmacells_tmp_cs { #1 }
611611
\group_insert_after:N \g__mmacells_tmp_cs

0 commit comments

Comments
 (0)