Skip to content

Commit 2415425

Browse files
committed
Change a literal block to a colon
Lack of indentation on the bulleted list broke builds involving CMark.
1 parent a11c83d commit 2415425

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/DebuggingTheCompiler.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@ For more details about any of the information below, please run::
325325
```````````
326326

327327
The "types" log reports on LLDB's process of constructing SwiftASTContexts and
328-
errors that may occur. The two main tasks here are::
328+
errors that may occur. The two main tasks here are:
329329

330330
1. Constructing the SwiftASTContext for a specific single Swift module. This is
331331
used to implement frame local variable dumping via the lldb ``frame

0 commit comments

Comments
 (0)