Skip to content

Commit f3aec93

Browse files
committed
fix overly pedantic build issue where RST files fail to build if their
underline isn't big enough.
1 parent c39da37 commit f3aec93

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/Literals.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ if it is in range for that type.
3333

3434

3535
The ExpressibleByStringLiteral Protocol
36-
-------------------------------------
36+
---------------------------------------
3737

3838
Here is the ExpressibleByStringLiteral protocol as defined in the standard
3939
library's CompilerProtocols.swift::
@@ -60,7 +60,7 @@ points could be constructed...which may be what's desired in some cases.)
6060

6161

6262
The _ExpressibleByBuiltinStringLiteral Protocol
63-
---------------------------------------------
63+
-----------------------------------------------
6464

6565
CompilerProtocols.swift contains a second protocol::
6666

0 commit comments

Comments
 (0)