mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Revert "[gardening] Fix typo: "nul-terminated" → "null-terminated""
This commit is contained in:
@@ -594,7 +594,7 @@ extension String {
|
||||
/// `encoding`, without any allocations. Does not NULL-terminate.
|
||||
///
|
||||
/// - Parameter buffer: A buffer into which to store the bytes from
|
||||
/// the receiver. The returned bytes are not NULL-terminated.
|
||||
/// the receiver. The returned bytes are not NUL-terminated.
|
||||
///
|
||||
/// - Parameter maxBufferCount: The maximum number of bytes to write
|
||||
/// to buffer.
|
||||
|
||||
Reference in New Issue
Block a user