Skip to content

Commit d32f026

Browse files
shethaaditAdit Sheth
andauthored
Fixed bug 43400. (#43406)
Co-authored-by: Adit Sheth <[email protected]>
1 parent 185a410 commit d32f026

File tree

1 file changed

+1
-1
lines changed
  • docs/csharp/language-reference/operators

1 file changed

+1
-1
lines changed

docs/csharp/language-reference/operators/nameof.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Beginning with C# 11, you can use a `nameof` expression with a method parameter
2626

2727
A `nameof` expression with a parameter is useful when you use the [nullable analysis attributes](../attributes/nullable-analysis.md) or the [CallerArgumentExpression attribute](../attributes/caller-information.md#argument-expressions).
2828

29-
When the operand is a [verbatim identifier](../tokens/verbatim.md), the `@` character isn't the part of a name, as the following example shows:
29+
When the operand is a [verbatim identifier](../tokens/verbatim.md), the `@` character isn't part of the name, as the following example shows:
3030

3131
[!code-csharp-interactive[nameof verbatim](snippets/shared/NameOfOperator.cs#Verbatim)]
3232

0 commit comments

Comments
 (0)