From 635319d286ca0151d90c314d9c95e261f3270aed Mon Sep 17 00:00:00 2001 From: Stefano Sanfilippo Date: Sat, 29 Nov 2014 01:17:07 +0100 Subject: [PATCH] Minor fixes. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 596519e..b11cdda 100644 --- a/README.md +++ b/README.md @@ -200,7 +200,7 @@ maps to: Branch ------ -The branch construct encompasses both the features of an `if` and of a `switch`. +The branch construct encompasses both the features of an `if` and a `switch`. The best way to explain it is by comparing its various forms to the corresponding C translation.