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 2bec1a3 commit 8ce7964Copy full SHA for 8ce7964
Sources/TSCBasic/ByteString.swift
@@ -14,7 +14,7 @@ import Foundation
14
///
15
/// This struct provides useful operations for working with buffers of
16
/// bytes. Conceptually it is just a contiguous array of bytes (UInt8), but it
17
-/// contains methods and default behavor suitable for common operations done
+/// contains methods and default behavior suitable for common operations done
18
/// using bytes strings.
19
20
/// This struct *is not* intended to be used for significant mutation of byte
0 commit comments