Skip to content

Commit d32e336

Browse files
Changed mentioned callback name from 'Del' to 'MultiplyCallback' (#43036)
1 parent 91f9968 commit d32e336

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/csharp/programming-guide/delegates/delegates-with-named-vs-anonymous-methods.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ var write = Console.Write; // ERROR: Multiple overloads, can't choose
2929

3030
## Examples
3131

32-
The following is a simple example of declaring and using a delegate. Notice that both the delegate, `Del`, and the associated method, `MultiplyNumbers`, have the same signature
32+
The following is a simple example of declaring and using a delegate. Notice that both the delegate, `MultiplyCallback`, and the associated method, `MultiplyNumbers`, have the same signature
3333

3434
[!code-csharp[csProgGuideDelegates#2](~/samples/snippets/csharp/VS_Snippets_VBCSharp/csProgGuideDelegates/CS/Delegates.cs#2)]
3535

0 commit comments

Comments
 (0)