Skip to content

Commit

Permalink
Add missing parenthesis (dotnet#1344)
Browse files Browse the repository at this point in the history
  • Loading branch information
alaatm authored and mairaw committed Dec 20, 2016
1 parent 5249db6 commit c3d674c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/csharp/csharp-6.md
Original file line number Diff line number Diff line change
Expand Up @@ -577,5 +577,5 @@ a lambda expression as an argument:

[!code-csharp[Lambda](../../samples/snippets/csharp/new-in-6/overloads.cs#Lambda)]

The C# 6 compiler correctly determines that `Task.Run(Func<Task>()` is
The C# 6 compiler correctly determines that `Task.Run(Func<Task>())` is
a better choice.

0 comments on commit c3d674c

Please sign in to comment.