Revert "[gardening] Fix typo: "nul-terminated" → "null-terminated""

This commit is contained in:
Dmitri Gribenko
2016-02-13 15:27:53 -08:00
parent 2ba93a2ba9
commit 8b86dac8c1
7 changed files with 8 additions and 8 deletions

View File

@@ -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.