diff options
author | Andrew Arnott <andrewarnott@gmail.com> | 2014-09-22 07:26:31 -0700 |
---|---|---|
committer | Andrew Arnott <andrewarnott@gmail.com> | 2014-09-22 07:26:31 -0700 |
commit | efbedd0665c120cc36d7f5fc49b136ae9c4d0bb5 (patch) | |
tree | 5a14196fe74cd93d5f969c6acf0a4dca3d3f92d1 /src/DotNetOpenAuth.OpenId.Provider | |
parent | a283b05f30479146ef84f7c6c364f6c17623e035 (diff) | |
download | DotNetOpenAuth-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.cs | 2 |
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 { |