diff options
Diffstat (limited to 'src/DotNetOAuth/MessageScheme.cs')
-rw-r--r-- | src/DotNetOAuth/MessageScheme.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/DotNetOAuth/MessageScheme.cs b/src/DotNetOAuth/MessageScheme.cs index ab42f28..282194f 100644 --- a/src/DotNetOAuth/MessageScheme.cs +++ b/src/DotNetOAuth/MessageScheme.cs @@ -4,7 +4,7 @@ using System.Text; namespace DotNetOAuth {
/// <summary>
- /// The methods available for the Consumer to send messages to the Service Provider.
+ /// The methods available for the Consumer to send direct messages to the Service Provider.
/// </summary>
/// <remarks>
/// See 1.0 spec section 5.2.
|