Merge pull request #29 from LouisFr81/patch-1

grammar correction
This commit is contained in:
Mads Torgersen 2017-02-09 17:05:25 -08:00 committed by GitHub
commit 82c1088104

View file

@ -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