Skip to content

Fix a link to leadingTrivia #1663

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 15, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ reason, tools like compilers often discard trivia during source code processing.
However, maintaining trivia is important for tools like editors, IDEs,
formatters, and refactoring engines. SwiftSyntax represents trivia explicitly
with the ``Trivia`` type. Trivia associated with token syntax can be inspected
with the ``TokenSyntax/leadingTrivia-7p6tp`` and
with the ``TokenSyntax/leadingTrivia-9512z`` and
``TokenSyntax/trailingTrivia-5jclz`` accessors.

## Navigating the Syntax Tree
Expand Down