We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 241fbbd commit 4f6b42fCopy full SHA for 4f6b42f
Sources/System/Sockets/SocketOperations.swift
@@ -82,7 +82,7 @@ extension SocketDescriptor {
82
/// Send a message from a socket
83
///
84
/// - Parameters:
85
- /// - buffear: The region of memory that contains the data being sent.
+ /// - buffer: The region of memory that contains the data being sent.
86
/// - flags: see `send(2)`
87
/// - retryOnInterrupt: Whether to retry the send operation
88
/// if it throws ``Errno/interrupted``.
0 commit comments