Skip to content

Commit 3feb342

Browse files
committed
Fix a typo
1 parent 4443939 commit 3feb342

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/Testing/Attachments/Test.Attachable.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ extension Test.Attachable where Self: Collection, Element == UInt8 {
113113
// We do not provide an implementation of withUnsafeBufferPointer(for:_:) here
114114
// because there is no way in the standard library to statically detect if a
115115
// collection can provide contiguous storage (_HasContiguousBytes is not API.)
116-
// If withContiguousBytesIfAvailable(_:) fails, we don't want to make a
116+
// If withContiguousStorageIfAvailable(_:) fails, we don't want to make a
117117
// (potentially expensive!) copy of the collection.
118118
}
119119

0 commit comments

Comments
 (0)