remove syntax highlighting

'in' should not be highlighted
This commit is contained in:
Johnny Gérard 2019-05-24 01:14:26 +02:00 committed by GitHub
parent 8152182f0a
commit a4308d9618
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1136,7 +1136,7 @@ Exception in Main: G
```
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
```