Skip to content

Commit 20a9e31

Browse files
committed
doc: Fix mutant comma in tutorial
1 parent cd39fdc commit 20a9e31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/tutorial.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1066,7 +1066,7 @@ enum shape {
10661066
}
10671067
~~~~
10681068

1069-
A value of this type is either a circle¸ in which case it contains a
1069+
A value of this type is either a circle, in which case it contains a
10701070
point record and a float, or a rectangle, in which case it contains
10711071
two point records. The run-time representation of such a value
10721072
includes an identifier of the actual form that it holds, much like the

0 commit comments

Comments
 (0)