about summary refs log tree commit diff
path: root/doc/tutorial.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/tutorial.md')
-rw-r--r--doc/tutorial.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/tutorial.md b/doc/tutorial.md
index 179f0ccdbb8..681735a7443 100644
--- a/doc/tutorial.md
+++ b/doc/tutorial.md
@@ -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