Skip to content

Commit 3e0efc2

Browse files
authored
Fix a typo in the attachments documentation. (#1434)
1 parent d630017 commit 3e0efc2

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)