Skip to content
This repository has been archived by the owner on Mar 20, 2019. It is now read-only.

Commit

Permalink
Comment fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
AArnott committed Mar 8, 2009
1 parent fbb0a5d commit 90765af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/DotNetOpenAuth/OpenId/RelyingParty/OpenIdRelyingParty.cs
Expand Up @@ -229,8 +229,8 @@ public OpenIdRelyingParty(IRelyingPartyApplicationStore applicationStore)
/// responses from the OpenID Provider.
/// </param>
/// <returns>
/// 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.
/// </returns>
/// <exception cref="ProtocolException">Thrown if no OpenID endpoint could be found.</exception>
public IAuthenticationRequest CreateRequest(Identifier userSuppliedIdentifier, Realm realm, Uri returnToUrl) {
Expand Down

0 comments on commit 90765af

Please sign in to comment.