Skip to content

Commit 8a00718

Browse files
committed
Fix a typo in the attachments documentation.
Following #1413, there's now a typo where we refer to a list of types "above" but the list has moved to another file. This PR fixes that error.
1 parent d630017 commit 8a00718

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Sources/Testing/Attachments/Images/AttachableAsImage.swift

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@
4545
/// Instead, the testing library provides additional initializers on [`Attachment`](https://developer.apple.com/documentation/testing/attachment)
4646
/// that take instances of such types and handle converting them to image data when needed.
4747
///
48-
/// You do not generally need to add your own conformances to this protocol. If
49-
/// you have an image in another format that needs to be attached to a test,
50-
/// first convert it to an instance of one of the types above.
48+
/// You do not generally need to add your own conformances to this protocol. For
49+
/// a list of types that automatically conform to this protocol, see
50+
/// <doc:Attachments#Attach-images>.
5151
///
5252
/// @Metadata {
5353
/// @Available(Swift, introduced: 6.3)

0 commit comments

Comments
 (0)