Skip to content

Commit 74505b8

Browse files
committed
Remove commented-out text that's causing a DocC misparse.
The tildes look like the start of a fenced code block, inverting the logic in DocC that knows at-directive blocks can't start in a code listing, which in turn causes the @available in the non-sendable example to be misparsed as the start of a directive. Works around swiftlang/swift-markdown#88
1 parent 9ac4b0b commit 74505b8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Sources/TSPL/TSPL.docc/LanguageGuide/Concurrency.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -643,7 +643,6 @@ see [TaskGroup](https://developer.apple.com/documentation/swift/taskgroup).
643643
.. _Concurrency_ChildTasks:
644644
645645
Adding Child Tasks to a Task Group
646-
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
647646
648647
- Creating a group with ``withTaskGroup`` and ``withThrowingTaskGroup``
649648

0 commit comments

Comments
 (0)