Skip to content
This repository was archived by the owner on Jun 1, 2023. It is now read-only.

Commit 40fccfe

Browse files
fix/graph-escaping
1 parent adf589c commit 40fccfe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/swift-doc/Supporting Types/Components/Relationships.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ struct Relationships: Component {
9595
return #"""
9696
<section id="relationships">
9797
<h2 hidden>Relationships</h2>
98-
\#(graphHTML.flatMap { graphHTML in
98+
\#(graphHTML.flatMap { (graphHTML) -> HypertextLiteral.HTML in
9999
return #"""
100100
<figure>
101101
\#(graphHTML)

0 commit comments

Comments
 (0)