We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00d014c commit b1b0e83Copy full SHA for b1b0e83
Sources/SwiftBasicFormat/Syntax+Extensions.swift
@@ -15,7 +15,7 @@ import SwiftSyntax
15
public extension TokenSyntax {
16
/// The indentation of this token
17
///
18
- /// In contrast to `indentation`, this does not walk to previous tokens to
+ /// In contrast to `indentationOfLine`, this does not walk to previous tokens to
19
/// find the indentation of the line this token occurs on.
20
private var indentation: Trivia? {
21
let previous = self.previousToken(viewMode: .sourceAccurate)
0 commit comments