Skip to content

Commit

Permalink
Merge pull request #901 from mrakgr/patch-1
Browse files Browse the repository at this point in the history
Typo fix
  • Loading branch information
somdoron authored May 29, 2020
2 parents 43428d0 + aec92d1 commit de50a21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/NetMQ/OutgoingSocketExtensions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -424,7 +424,7 @@ public static bool TrySendFrame(this IOutgoingSocket socket, string message, boo
#region Blocking

/// <summary>
/// Send multiple message on <paramref name="socket"/>, blocking until all entire message is sent.
/// Send the multiple part message on the <paramref name="socket"/>, blocking until the entire message is sent.
/// </summary>
/// <param name="socket">the IOutgoingSocket to transmit on</param>
/// <param name="message">message to transmit</param>
Expand Down

0 comments on commit de50a21

Please sign in to comment.