Skip to content

Commit b1b0e83

Browse files
committed
Fix comment
1 parent 00d014c commit b1b0e83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/SwiftBasicFormat/Syntax+Extensions.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import SwiftSyntax
1515
public extension TokenSyntax {
1616
/// The indentation of this token
1717
///
18-
/// In contrast to `indentation`, this does not walk to previous tokens to
18+
/// In contrast to `indentationOfLine`, this does not walk to previous tokens to
1919
/// find the indentation of the line this token occurs on.
2020
private var indentation: Trivia? {
2121
let previous = self.previousToken(viewMode: .sourceAccurate)

0 commit comments

Comments
 (0)