diff --git a/docs/csharp/programming-guide/classes-and-structs/named-and-optional-arguments.md b/docs/csharp/programming-guide/classes-and-structs/named-and-optional-arguments.md index 2dbc982c2d842..4157d833c26cf 100644 --- a/docs/csharp/programming-guide/classes-and-structs/named-and-optional-arguments.md +++ b/docs/csharp/programming-guide/classes-and-structs/named-and-optional-arguments.md @@ -109,7 +109,7 @@ In the following example, the constructor for `ExampleClass` has one parameter, The preceding code shows a number of examples where optional parameters aren't applied correctly. The first illustrates that an argument must be supplied for the first parameter, which is required. -## Caller infomation attributes +## Caller information attributes [Caller information attributes](../../language-reference/attributes/caller-information.md), such as , , , and , are used to obtain information about the caller to a method. These attributes are especially useful when you're debugging or when you need to log information about method calls.