Skip to content

Commit c806087

Browse files
Fix rendering problem
1 parent 78e6025 commit c806087

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
@@ -258,7 +258,7 @@ The percent sign is a `<mo>` element. For example 50 percent should be written a
258258

259259
The same character can be used in a different meaning based on the context. For example, the comma can be part of a number but in a sequence the comma is an operator.
260260

261-
The sequence $ \{ 1,2,3, \}$ written in MathML:
261+
The sequence $\{1,2,3, \ldots \}$ written in MathML:
262262

263263
```html
264264
<math xmlns="http://www.w3.org/1998/Math/MathML">

0 commit comments

Comments
 (0)