typo: Double word "new"

This commit is contained in:
Nick Schonning 2019-04-13 14:45:39 -04:00
parent 8e4e1a825a
commit e53ab1aea6

View file

@ -94,7 +94,7 @@ Task<int> Main(string[] args);
Since such methods can exist today, but are not entry points, we should give precedence to existing entry points for backwards compatibility.
These new new entry points are then entered as if being called like this:
These new entry points are then entered as if being called like this:
``` c#
Main(...).GetAwaiter().GetResult();