Skip to content

Commit b420625

Browse files
authored
add case-insensitive note (dotnet#8064)
1 parent 4430fea commit b420625

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xml/Microsoft.Extensions.Configuration/ConfigurationManager.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@
128128
<param name="key">To be added.</param>
129129
<summary>Gets a configuration subsection with the specified key.</summary>
130130
<returns>The configuration section for the specified key.</returns>
131-
<remarks>To be added.</remarks>
131+
<remarks>The name of the configuration section is case-insensitive.</remarks>
132132
</Docs>
133133
</Member>
134134
<Member MemberName="Item">

0 commit comments

Comments
 (0)