summaryrefslogtreecommitdiffstats
path: root/src/DotNetOpenAuth.OAuth.Consumer/OAuth
diff options
context:
space:
mode:
authorAndrew Arnott <andrewarnott@gmail.com>2013-03-26 15:59:55 -0700
committerAndrew Arnott <andrewarnott@gmail.com>2013-03-26 15:59:55 -0700
commit461810cf0d89103d79e6ee0544993ee3991fe80e (patch)
tree08e34f07d05887c7230f5677fe9e47bdd9a9c795 /src/DotNetOpenAuth.OAuth.Consumer/OAuth
parentb9ae2ab289e2b9708ea3cce055ac484b00246a8a (diff)
downloadDotNetOpenAuth-461810cf0d89103d79e6ee0544993ee3991fe80e.zip
DotNetOpenAuth-461810cf0d89103d79e6ee0544993ee3991fe80e.tar.gz
DotNetOpenAuth-461810cf0d89103d79e6ee0544993ee3991fe80e.tar.bz2
More StyleCop fixes.
Diffstat (limited to 'src/DotNetOpenAuth.OAuth.Consumer/OAuth')
-rw-r--r--src/DotNetOpenAuth.OAuth.Consumer/OAuth/OAuth1HttpMessageHandlerBase.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/DotNetOpenAuth.OAuth.Consumer/OAuth/OAuth1HttpMessageHandlerBase.cs b/src/DotNetOpenAuth.OAuth.Consumer/OAuth/OAuth1HttpMessageHandlerBase.cs
index 0fb8414..5ebf7e7 100644
--- a/src/DotNetOpenAuth.OAuth.Consumer/OAuth/OAuth1HttpMessageHandlerBase.cs
+++ b/src/DotNetOpenAuth.OAuth.Consumer/OAuth/OAuth1HttpMessageHandlerBase.cs
@@ -24,7 +24,7 @@ namespace DotNetOpenAuth.OAuth {
/// outgoing HTTP requests per the OAuth 1.0 "3.4 Signature" in RFC 5849.
/// </summary>
/// <remarks>
- /// http://tools.ietf.org/html/rfc5849#section-3.4
+ /// An implementation of http://tools.ietf.org/html/rfc5849#section-3.4
/// </remarks>
public abstract class OAuth1HttpMessageHandlerBase : DelegatingHandler {
/// <summary>