Skip to content

Commit

Permalink
Remove commented-out text that's causing a DocC misparse.
Browse files Browse the repository at this point in the history
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
  • Loading branch information
amartini51 committed Nov 11, 2022
1 parent 9ac4b0b commit 74505b8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Sources/TSPL/TSPL.docc/LanguageGuide/Concurrency.md
Original file line number Diff line number Diff line change
Expand Up @@ -643,7 +643,6 @@ see [TaskGroup](https://developer.apple.com/documentation/swift/taskgroup).
.. _Concurrency_ChildTasks:
Adding Child Tasks to a Task Group
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- Creating a group with ``withTaskGroup`` and ``withThrowingTaskGroup``
Expand Down

0 comments on commit 74505b8

Please sign in to comment.