typo: Double word "new" (#2428)

typo: Double word "new"
This commit is contained in:
Fred Silberberg 2019-05-23 17:56:14 -07:00 committed by GitHub
commit 7b3fd91f79
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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();