Skip to content

Commit ee21718

Browse files
Fix example root
1 parent 1e85f10 commit ee21718

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Nordic MathML Guidelines.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -512,7 +512,7 @@ Use `<mroot>` to mark up roots with different indeces.
512512
```html
513513
<math>
514514
<mroot>
515-
<mn>9</mn> <!-- the radicand -->
515+
<mn>8</mn> <!-- the radicand -->
516516
<mn>3</mn> <!-- the index -->
517517
</mroot>
518518
<mo>=</mo>

0 commit comments

Comments
 (0)