Skip to content

Commit

Permalink
Fix the comments of the RequestMessage property of SendingRequest2Eve…
Browse files Browse the repository at this point in the history
…ntArgs
  • Loading branch information
LaylaLiu committed Feb 1, 2016
1 parent f2c7cd9 commit ccea67e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Microsoft.OData.Client/SendingRequest2EventArgs.cs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ internal SendingRequest2EventArgs(IODataRequestMessage requestMessage, Descripto
this.IsBatchPart = isBatchPart;
}

/// <summary>The web request reported through this event. The handler may modify or replace it.</summary>
/// <summary>The web request reported through this event. The handler may modify it.</summary>
public IODataRequestMessage RequestMessage
{
get;
Expand Down

0 comments on commit ccea67e

Please sign in to comment.