From 9dae12ba1886d749528c89ad050c94d6cb72f366 Mon Sep 17 00:00:00 2001 From: "Davide P. Cervone" Date: Tue, 26 May 2020 14:01:27 -0400 Subject: [PATCH] Fix comment type. --- components/src/input/tex/extensions/rename.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/src/input/tex/extensions/rename.js b/components/src/input/tex/extensions/rename.js index decff6e34..7fe40c2f4 100644 --- a/components/src/input/tex/extensions/rename.js +++ b/components/src/input/tex/extensions/rename.js @@ -2,7 +2,7 @@ import {combineConfig} from '../../../../../js/components/global.js'; // // Look for a package name in the package list and change it to a new name -// rhen rename tex options for it, if there are any. +// and rename tex options for it, if there are any. // export function rename(oname, nname, options) { const tex = MathJax.config.tex;