Skip to content

Commit a8e4b65

Browse files
committed
Fix doc comment
1 parent bfe4a25 commit a8e4b65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/SwiftBasicFormat/Indenter.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import SwiftSyntax
1414
extension SyntaxProtocol {
1515
/// Indent this node’s lines by the provided amount.
1616
///
17-
/// - Parameter includeFirstLine: Whether the first token of this node should be indented.
17+
/// - Parameter indentFirstLine: Whether the first token of this node should be indented.
1818
/// Pass `true` if you know that this node will be placed at the beginning of a line, even if its
1919
/// current leading trivia does not start with a newline (such as at the very start of a file).
2020
public func indented(by indentation: Trivia, indentFirstLine: Bool = false) -> Syntax {

0 commit comments

Comments
 (0)