Skip to content

Commit c373d29

Browse files
authored
Fix null vs empty string mentions in InterpolatedStringHandlerArgumentAttribute docs (dotnet#8674)
1 parent 9f800fc commit c373d29

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

xml/System.Runtime.CompilerServices/InterpolatedStringHandlerArgumentAttribute.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
5050
## Remarks
5151
52-
`null` may be used as the name of the receiver in an instance method.
52+
The empty string may be used as the name of the receiver in an instance method.
5353
5454
]]></format>
5555
</remarks>
@@ -86,7 +86,7 @@
8686
8787
## Remarks
8888
89-
`null` may be used as the name of the receiver in an instance method.
89+
The empty string may be used as the name of the receiver in an instance method.
9090
9191
]]></format>
9292
</remarks>
@@ -116,7 +116,7 @@
116116
117117
## Remarks
118118
119-
`null` may be used as the name of the receiver in an instance method.
119+
The empty string may be used as the name of the receiver in an instance method.
120120
121121
]]></format>
122122
</remarks>

0 commit comments

Comments
 (0)