summaryrefslogtreecommitdiffstats
path: root/src/DotNetOpenAuth.OpenId.Provider
diff options
context:
space:
mode:
authorAndrew Arnott <andrewarnott@gmail.com>2014-09-22 07:26:31 -0700
committerAndrew Arnott <andrewarnott@gmail.com>2014-09-22 07:26:31 -0700
commitefbedd0665c120cc36d7f5fc49b136ae9c4d0bb5 (patch)
tree5a14196fe74cd93d5f969c6acf0a4dca3d3f92d1 /src/DotNetOpenAuth.OpenId.Provider
parenta283b05f30479146ef84f7c6c364f6c17623e035 (diff)
downloadDotNetOpenAuth-efbedd0665c120cc36d7f5fc49b136ae9c4d0bb5.zip
DotNetOpenAuth-efbedd0665c120cc36d7f5fc49b136ae9c4d0bb5.tar.gz
DotNetOpenAuth-efbedd0665c120cc36d7f5fc49b136ae9c4d0bb5.tar.bz2
Fix xml doc comment.
Diffstat (limited to 'src/DotNetOpenAuth.OpenId.Provider')
-rw-r--r--src/DotNetOpenAuth.OpenId.Provider/OpenId/Provider/ProviderAssociationHandleEncoder.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/DotNetOpenAuth.OpenId.Provider/OpenId/Provider/ProviderAssociationHandleEncoder.cs b/src/DotNetOpenAuth.OpenId.Provider/OpenId/Provider/ProviderAssociationHandleEncoder.cs
index 240e450..5d88f5a 100644
--- a/src/DotNetOpenAuth.OpenId.Provider/OpenId/Provider/ProviderAssociationHandleEncoder.cs
+++ b/src/DotNetOpenAuth.OpenId.Provider/OpenId/Provider/ProviderAssociationHandleEncoder.cs
@@ -13,7 +13,7 @@ namespace DotNetOpenAuth.OpenId.Provider {
using Validation;
/// <summary>
- /// Provides association storage in the association handle itself, but embedding signed and encrypted association
+ /// Provides association storage in the association handle itself, by embedding signed and encrypted association
/// details in the handle.
/// </summary>
public class ProviderAssociationHandleEncoder : IProviderAssociationStore {