Skip to content

Commit

Permalink
Fix comment type.
Browse files Browse the repository at this point in the history
  • Loading branch information
dpvc committed May 26, 2020
1 parent ea69e81 commit 9dae12b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/src/input/tex/extensions/rename.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 9dae12b

Please sign in to comment.