dotnet / try-samples

Creative Commons Attribution 4.0 International
1.1k stars 623 forks source link

Fix the error regarding except-syntax. #55

Closed yanxiaodi closed 4 years ago

yanxiaodi commented 4 years ago

There is no configuration for "except-syntax" so when running the code sample Difference of two sets on 101-linq-samples/docs/sets-2.md it will throw an error. Thanks.

yanxiaodi commented 4 years ago

The original file has mixed line endings so when I committed changes the editor automatically normalized them to Windows-style (CRLF).

The only change is line 97:

"except-syntax"                 => new SetOperations().DifferenceOfSets(),
yanxiaodi commented 4 years ago

Hi, can we review this PR? Thanks.