From 90765afdb27219f5385a3e234f185cc14c50966d Mon Sep 17 00:00:00 2001 From: Andrew Arnott Date: Fri, 6 Mar 2009 23:40:52 -0800 Subject: [PATCH] Comment fix. --- src/DotNetOpenAuth/OpenId/RelyingParty/OpenIdRelyingParty.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/DotNetOpenAuth/OpenId/RelyingParty/OpenIdRelyingParty.cs b/src/DotNetOpenAuth/OpenId/RelyingParty/OpenIdRelyingParty.cs index 635a77c5db..0b7c3c6644 100644 --- a/src/DotNetOpenAuth/OpenId/RelyingParty/OpenIdRelyingParty.cs +++ b/src/DotNetOpenAuth/OpenId/RelyingParty/OpenIdRelyingParty.cs @@ -229,8 +229,8 @@ public OpenIdRelyingParty(IRelyingPartyApplicationStore applicationStore) /// responses from the OpenID Provider. /// /// - /// An authentication request object that describes the HTTP response to - /// send to the user agent to initiate the authentication. + /// An authentication request object to customize the request and generate + /// an object to send to the user agent to initiate the authentication. /// /// Thrown if no OpenID endpoint could be found. public IAuthenticationRequest CreateRequest(Identifier userSuppliedIdentifier, Realm realm, Uri returnToUrl) {