fixes typo in LaTeXML::Core::Token documentation - #796
Conversation
|
I have Is it possible to do whatever Travis-Ci does before I commit? Or is that basically a quick |
|
Although looking more closely, it appears getCSName returns the PRIMITIVE_NAME by default, so that T_BEGIN->getCSName is actually "Begin". So I may have fixed a typo in the coding, but not the documentation. |
|
Yes, you're right: it returns "Begin" 'cause that's what TeX does, so my POD markup and the doc itself was messed up. Aside: the git hook just checks the formatting (and complains if it doesn't like it), but doesn't actually reformat. |
|
I guess I forgot to pull this.... Thanks! |
This fixes the typo at the bottom of http://dlmf.nist.gov/LaTeXML/manual/coremodules/LaTeXML_Core_Token.html
in the description of getCSName