diff options
Diffstat (limited to 'src/DotNetOAuth/DesktopConsumer.cs')
-rw-r--r-- | src/DotNetOAuth/DesktopConsumer.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/DotNetOAuth/DesktopConsumer.cs b/src/DotNetOAuth/DesktopConsumer.cs index 0d86770..fe293f4 100644 --- a/src/DotNetOAuth/DesktopConsumer.cs +++ b/src/DotNetOAuth/DesktopConsumer.cs @@ -16,7 +16,7 @@ namespace DotNetOAuth { /// </summary>
/// <remarks>
/// The methods on this class are thread-safe. Provided the properties are set and not changed
- /// afterward, a single instance of this class may be used by an entire web application safely.
+ /// afterward, a single instance of this class may be used by an entire desktop application safely.
/// </remarks>
public class DesktopConsumer : ConsumerBase {
/// <summary>
|