Skip to content

Commit 173520c

Browse files
committed
Clear out XXX markers
1 parent 4e52796 commit 173520c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

TSPL.docc/LanguageGuide/Protocols.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -809,7 +809,7 @@ You usually don't need to write conformance to these protocols ---
809809
instead, Swift implicitly adds the conformance for you,
810810
as described in <doc:Protocols#Implicit-Conformance-to-a-Protocol>.
811811

812-
<!-- XXX TR: Mention why you might define your own empty protocols? -->
812+
<!-- TODO: Mention why you might define your own empty protocols. -->
813813

814814
## Protocols as Types
815815

@@ -1462,8 +1462,6 @@ https://github.com/apple/swift-system/blob/main/Sources/System/FileDescriptor.sw
14621462
14631463
See also this PR that adds Sendable conformance to FileDescriptor:
14641464
https://github.com/apple/swift-system/pull/112
1465-
1466-
XXX SE-0390 uses the same example but ~Copyable -- is that better?
14671465
-->
14681466

14691467
The code above shows part of a wrapper around POSIX file descriptors.

0 commit comments

Comments
 (0)