Skip to content

Commit a8c3f62

Browse files
Merge pull request #11117 from dotnet/main
Merge main into live
2 parents 2408673 + 09e9158 commit a8c3f62

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

xml/Microsoft.Extensions.Configuration/ConfigurationBinder.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -589,8 +589,8 @@ For more information and examples, see [Binding](/dotnet/core/extensions/configu
589589
<param name="key">The key of the configuration section's value to convert.</param>
590590
<summary>
591591
Extracts the value with the specified key and converts it to type T.
592-
</summary>
593-
<returns>The converted value.</returns>
592+
</summary>
593+
<returns>The converted value or the default.</returns>
594594
<remarks>To be added.</remarks>
595595
</Docs>
596596
</Member>

0 commit comments

Comments
 (0)