summaryrefslogtreecommitdiffstats
path: root/src/DotNetOpenAuth.OAuth.Common/OAuth/DefaultOAuthHostFactories.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/DotNetOpenAuth.OAuth.Common/OAuth/DefaultOAuthHostFactories.cs')
-rw-r--r--src/DotNetOpenAuth.OAuth.Common/OAuth/DefaultOAuthHostFactories.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/DotNetOpenAuth.OAuth.Common/OAuth/DefaultOAuthHostFactories.cs b/src/DotNetOpenAuth.OAuth.Common/OAuth/DefaultOAuthHostFactories.cs
index f6d3a85..2266804 100644
--- a/src/DotNetOpenAuth.OAuth.Common/OAuth/DefaultOAuthHostFactories.cs
+++ b/src/DotNetOpenAuth.OAuth.Common/OAuth/DefaultOAuthHostFactories.cs
@@ -18,7 +18,7 @@ namespace DotNetOpenAuth.OAuth {
/// </summary>
/// <returns>An instance of <see cref="HttpMessageHandler"/>.</returns>
/// <remarks>
- /// An instance of <see cref="WebRequestHandler" /> is recommended where available;
+ /// An instance of WebRequestHandler is recommended where available;
/// otherwise an instance of <see cref="HttpClientHandler" /> is recommended.
/// </remarks>
public virtual HttpMessageHandler CreateHttpMessageHandler() {