diff options
Diffstat (limited to 'src/DotNetOpenAuth.Test/OAuth/ConsumerDescription.cs')
-rw-r--r-- | src/DotNetOpenAuth.Test/OAuth/ConsumerDescription.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/DotNetOpenAuth.Test/OAuth/ConsumerDescription.cs b/src/DotNetOpenAuth.Test/OAuth/ConsumerDescription.cs index a439e70..74752f8 100644 --- a/src/DotNetOpenAuth.Test/OAuth/ConsumerDescription.cs +++ b/src/DotNetOpenAuth.Test/OAuth/ConsumerDescription.cs @@ -10,7 +10,7 @@ namespace DotNetOpenAuth.Test.OAuth { /// and to tell a <see cref="ServiceProvider"/> about it. /// </summary> /// <remarks> - /// Immutable. + /// This type is immutable. /// </remarks> internal class ConsumerDescription { /// <summary> |