diff options
-rw-r--r-- | src/DotNetOpenAuth/OAuth/Protocol.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/DotNetOpenAuth/OAuth/Protocol.cs b/src/DotNetOpenAuth/OAuth/Protocol.cs index a524ba7..6eecd8e 100644 --- a/src/DotNetOpenAuth/OAuth/Protocol.cs +++ b/src/DotNetOpenAuth/OAuth/Protocol.cs @@ -83,7 +83,7 @@ namespace DotNetOpenAuth.OAuth { internal static readonly List<Protocol> AllVersions = new List<Protocol>() { V10a, V10 }; /// <summary> - /// The default (or most recent) supported version of the OpenID protocol. + /// The default (or most recent) supported version of the OAuth protocol. /// </summary> internal static readonly Protocol Default = AllVersions[0]; |