Skip to content

Commit de50a21

Browse files
authored
Merge pull request zeromq#901 from mrakgr/patch-1
Typo fix
2 parents 43428d0 + aec92d1 commit de50a21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/NetMQ/OutgoingSocketExtensions.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -424,7 +424,7 @@ public static bool TrySendFrame(this IOutgoingSocket socket, string message, boo
424424
#region Blocking
425425

426426
/// <summary>
427-
/// Send multiple message on <paramref name="socket"/>, blocking until all entire message is sent.
427+
/// Send the multiple part message on the <paramref name="socket"/>, blocking until the entire message is sent.
428428
/// </summary>
429429
/// <param name="socket">the IOutgoingSocket to transmit on</param>
430430
/// <param name="message">message to transmit</param>

0 commit comments

Comments
 (0)