Skip to content

Commit 8f65572

Browse files
author
Zylos
authored
Fix tense (past -> base) (mdn#41534)
1 parent 81202c3 commit 8f65572

File tree

1 file changed

+1
-1
lines changed
  • files/en-us/web/mathml/tutorials/for_beginners/scripts

1 file changed

+1
-1
lines changed

files/en-us/web/mathml/tutorials/for_beginners/scripts/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -444,7 +444,7 @@ math {
444444

445445
{{ EmbedLiveSample('Large_operator_and_limits', 700, 200, "", "") }}
446446

447-
As expected, the formula is no longer centered and the rendering is modified to minimized the height. Focusing on the summation symbol, one can notice that the sigma is drawn smaller and that the scripts of the `<munderover>` element are now attached as a subscript and a superscript! This is due to two properties of the "∑" operator:
447+
As expected, the formula is no longer centered and the rendering is modified to minimize the height. Focusing on the summation symbol, one can notice that the sigma is drawn smaller and that the scripts of the `<munderover>` element are now attached as a subscript and a superscript! This is due to two properties of the "∑" operator:
448448

449449
- _largeop_: The operator is drawn with a bigger glyph if the `<math>` tag has a `display="block"` attribute.
450450
- _movablelimits_: The underscripts and overscripts attached to the operator are respectively rendered as subscripts and superscripts if the `<math>` tag does not have the `display="block"` attribute.

0 commit comments

Comments
 (0)