Skip to content

Commit 0374d87

Browse files
committed
Make Important note inline.
1 parent 618151e commit 0374d87

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Sources/SwiftLexicalLookup/SwiftLexicalLookup.docc/SwiftLexicalLookup.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@ A library for performing lexical queries on Swift syntax trees.
44

55
## Overview
66

7-
> Important:
8-
> `SwiftLexicalLookup` is currently in it's experimental phase. Use `@_spi(Experimental) import SwiftLexicalLookup` to work with the library. Clients should not rely on the current implementation.
7+
> Important: `SwiftLexicalLookup` is currently in it's experimental phase. Use `@_spi(Experimental) import SwiftLexicalLookup` to work with the library. Clients should not rely on the current implementation.
98
109
`SwiftLexicalLookup` provides APIs that traverse and extract information from the Swift syntax tree. Queries on the syntax tree can include responses to questions like: "Where is an error thrown here handled?" or "What is the source and destination of this `fallthrough` keyword?".
1110

0 commit comments

Comments
 (0)