doc: Fix mutant comma in tutorial

This commit is contained in:
Brian Anderson 2012-01-20 02:16:11 -08:00
parent cd39fdcae3
commit 20a9e317c9

View File

@ -1066,7 +1066,7 @@ enum shape {
}
~~~~
A value of this type is either a circle¸ in which case it contains a
A value of this type is either a circle, in which case it contains a
point record and a float, or a rectangle, in which case it contains
two point records. The run-time representation of such a value
includes an identifier of the actual form that it holds, much like the