From 3f8bf1c23a6c4992b84e07fddb8221049df006d6 Mon Sep 17 00:00:00 2001 From: LouisFr81 Date: Thu, 9 Feb 2017 12:11:20 +0100 Subject: [PATCH] grammar correction --- spec/statements.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/statements.md b/spec/statements.md index d69609c..f06ff10 100644 --- a/spec/statements.md +++ b/spec/statements.md @@ -1135,7 +1135,7 @@ Exception in F: G Exception in Main: G ``` -If the first catch block had thrown `e` instead of rethrowing the current exception, the output produced is would be as follows: +If the first catch block had thrown `e` instead of rethrowing the current exception, the output produced would be as follows: ```csharp Exception in F: G Exception in Main: F