Skip to content

Commit 8b4ee0d

Browse files
committed
Fixes compiler warning.
1 parent f5c6fd4 commit 8b4ee0d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/DotNetOpenAuth.Core/Configuration/MessagingElement.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ internal bool Strict {
168168
}
169169

170170
/// <summary>
171-
/// Gets or sets the configuration for the <see cref="UntrustedWebRequestHandler"/> class.
171+
/// Gets or sets the configuration for the UntrustedWebRequestHandler class.
172172
/// </summary>
173173
/// <value>The untrusted web request.</value>
174174
[ConfigurationProperty(UntrustedWebRequestElementName)]

0 commit comments

Comments
 (0)