Skip to content

Commit 8ce7964

Browse files
authored
Update ByteString.swift (#230)
Fix typo
1 parent 2bec1a3 commit 8ce7964

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/TSCBasic/ByteString.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import Foundation
1414
///
1515
/// This struct provides useful operations for working with buffers of
1616
/// bytes. Conceptually it is just a contiguous array of bytes (UInt8), but it
17-
/// contains methods and default behavor suitable for common operations done
17+
/// contains methods and default behavior suitable for common operations done
1818
/// using bytes strings.
1919
///
2020
/// This struct *is not* intended to be used for significant mutation of byte

0 commit comments

Comments
 (0)