Skip to content

Commit 8e74eef

Browse files
authored
Update AuthenticationSchemeProvider.cs public constructor summary punctuation (#55919)
1 parent 0780e76 commit 8e74eef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Http/Authentication.Core/src/AuthenticationSchemeProvider.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ public class AuthenticationSchemeProvider : IAuthenticationSchemeProvider
1414
{
1515
/// <summary>
1616
/// Creates an instance of <see cref="AuthenticationSchemeProvider"/>
17-
/// using the specified <paramref name="options"/>,
17+
/// using the specified <paramref name="options"/>.
1818
/// </summary>
1919
/// <param name="options">The <see cref="AuthenticationOptions"/> options.</param>
2020
public AuthenticationSchemeProvider(IOptions<AuthenticationOptions> options)

0 commit comments

Comments
 (0)