Skip to content

Commit 69f0166

Browse files
committed
Fix a bunch of typos in the comments
1 parent b925d44 commit 69f0166

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

mathjax3-ts/output/chtml/Wrappers/mo.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
*/
1717

1818
/**
19-
* @fileoverview Implements the CHTMLmfracr wrapper for the MmlMrow object
19+
* @fileoverview Implements the CHTMLmo wrapper for the MmlMo object
2020
*
2121
* @author [email protected] (Davide Cervone)
2222
*/

mathjax3-ts/output/chtml/Wrappers/mroot.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ import {MmlNode} from '../../../core/MmlTree/MmlNode.js';
3030

3131
/*****************************************************************/
3232
/*
33-
* The CHTMLMroot wrapper for the Mroot object (extends CHTMLmsqrt)
33+
* The CHTMLmroot wrapper for the MmlMroot object (extends CHTMLmsqrt)
3434
*/
3535

3636
export class CHTMLmroot extends CHTMLmsqrt {

mathjax3-ts/output/chtml/Wrappers/mrow.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
*/
1717

1818
/**
19-
* @fileoverview Implements the CHTMLmfracr wrapper for the MmlMrow object
19+
* @fileoverview Implements the CHTMLmrow wrapper for the MmlMrow object
2020
*
2121
* @author [email protected] (Davide Cervone)
2222
*/

mathjax3-ts/output/chtml/Wrappers/ms.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
*/
1717

1818
/**
19-
* @fileoverview Implements the CHTMLmspace wrapper for the MmlMs object
19+
* @fileoverview Implements the CHTMLms wrapper for the MmlMs object
2020
*
2121
* @author [email protected] (Davide Cervone)
2222
*/

mathjax3-ts/output/chtml/Wrappers/msqrt.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
*/
1717

1818
/**
19-
* @fileoverview Implements the CHTMLMsqrt wrapper for the MmlMsqrt object
19+
* @fileoverview Implements the CHTMLmsqrt wrapper for the MmlMsqrt object
2020
*
2121
* @author [email protected] (Davide Cervone)
2222
*/
@@ -32,7 +32,7 @@ import {DIRECTION} from '../FontData.js';
3232

3333
/*****************************************************************/
3434
/*
35-
* The CHTMLMsqrt wrapper for the Msqrt object
35+
* The CHTMLmsqrt wrapper for the MmlMsqrt object
3636
*/
3737

3838
export class CHTMLmsqrt extends CHTMLWrapper {

mathjax3-ts/output/chtml/Wrappers/semantics.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
*/
1717

1818
/**
19-
* @fileoverview Implements the CHTMLsemantics wrapper for the Mmlsemantics object
19+
* @fileoverview Implements the CHTMLsemantics wrapper for the MmlSemantics object
2020
* and the associated wrappers for annotations
2121
*
2222
* @author [email protected] (Davide Cervone)

0 commit comments

Comments
 (0)