Skip to content

Commit 92f33f8

Browse files
authored
Merge pull request swiftlang#30124 from davidungar/fix-underline-length
[NFC] Add one '-' to a line on OptimizationTips.rst to silence a complaint when building
2 parents 956e918 + f9ee572 commit 92f33f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/OptimizationTips.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ assuming ``E``, ``F`` do not have any overriding declarations in the same file:
165165
}
166166

167167
Advice: If WMO is enabled, use 'internal' when a declaration does not need to be accessed outside of module
168-
---------------------------------------------------------------------------------------------------------
168+
-----------------------------------------------------------------------------------------------------------
169169

170170
WMO (see section above) causes the compiler to compile a module's
171171
sources all together at once. This allows the optimizer to have module

0 commit comments

Comments
 (0)