Skip to content

Commit 38b6914

Browse files
authored
Merge pull request #2848 from valeriyvan/patch-1
Fixes typo in comment in Data.swift
2 parents eeb3262 + d5df120 commit 38b6914

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/Foundation/Data.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -756,7 +756,7 @@ public struct Data : ReferenceConvertible, Equatable, Hashable, RandomAccessColl
756756
}
757757
}
758758

759-
@inlinable // This is @inlinable as tribially computable.
759+
@inlinable // This is @inlinable as trivially computable.
760760
mutating func append(byte: UInt8) {
761761
let count = self.count
762762
assert(count + 1 <= MemoryLayout<Buffer>.size)

0 commit comments

Comments
 (0)