Skip to content

Commit e5a5869

Browse files
committed
Fix a link to leadingTrivia
1 parent 8e0ec0e commit e5a5869

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/SwiftSyntax/Documentation.docc/Working with SwiftSyntax.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ reason, tools like compilers often discard trivia during source code processing.
129129
However, maintaining trivia is important for tools like editors, IDEs,
130130
formatters, and refactoring engines. SwiftSyntax represents trivia explicitly
131131
with the ``Trivia`` type. Trivia associated with token syntax can be inspected
132-
with the ``TokenSyntax/leadingTrivia-7p6tp`` and
132+
with the ``TokenSyntax/leadingTrivia-9512z`` and
133133
``TokenSyntax/trailingTrivia-5jclz`` accessors.
134134

135135
## Navigating the Syntax Tree

0 commit comments

Comments
 (0)