Skip to content

Commit

Permalink
Update src/mmwtex.c
Browse files Browse the repository at this point in the history
Co-authored-by: Mario Carneiro <[email protected]>
  • Loading branch information
benjub and digama0 authored Feb 4, 2024
1 parent c2c312a commit 68aa398
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mmwtex.c
Original file line number Diff line number Diff line change
Expand Up @@ -1094,7 +1094,7 @@ vstring tokenToTex(vstring mtoken, long statemNum /* for error msgs */)
return tex;
} // tokenToTex

// Convert a comment section in math mode to LaTeX. Each math token
// Converts a comment section in math mode to LaTeX. Each math token
// MUST be separated by white space. LaTeX "$" does not surround the output.
vstring asciiMathToTex(vstring mathComment, long statemNum)
{
Expand Down

0 comments on commit 68aa398

Please sign in to comment.