diff --git a/unpacked/extensions/MathML/content-mathml.js b/unpacked/extensions/MathML/content-mathml.js index 76a973921..5339f75a8 100644 --- a/unpacked/extensions/MathML/content-mathml.js +++ b/unpacked/extensions/MathML/content-mathml.js @@ -49,7 +49,7 @@ MathJax.Hub.Register.StartupHook("MathML Jax Ready",function () { MATHML.prefilterHooks.Add(function (data) { if (!MATHML.ctopXSLT) return; - // Parse the but use MATHML.Parse to apply the normal preprocessing. + // Parse the but use MATHML.Parse's preProcessMath to apply the normal preprocessing. if (!MATHML.ParseXML) {MATHML.ParseXML = MATHML.createParser()} var doc = MATHML.ParseXML(PARSE.preProcessMath(data.math));