From 20a9e317c9c9bbc88b00cf822f603d9f965ffcb2 Mon Sep 17 00:00:00 2001 From: Brian Anderson Date: Fri, 20 Jan 2012 02:16:11 -0800 Subject: [PATCH] doc: Fix mutant comma in tutorial --- doc/tutorial.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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