doc: Fix mutant comma in tutorial
This commit is contained in:
parent
cd39fdcae3
commit
20a9e317c9
1 changed files with 1 additions and 1 deletions
|
@ -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
|
point record and a float, or a rectangle, in which case it contains
|
||||||
two point records. The run-time representation of such a value
|
two point records. The run-time representation of such a value
|
||||||
includes an identifier of the actual form that it holds, much like the
|
includes an identifier of the actual form that it holds, much like the
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue