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 bfe4a25 commit a8e4b65Copy full SHA for a8e4b65
Sources/SwiftBasicFormat/Indenter.swift
@@ -14,7 +14,7 @@ import SwiftSyntax
14
extension SyntaxProtocol {
15
/// Indent this node’s lines by the provided amount.
16
///
17
- /// - Parameter includeFirstLine: Whether the first token of this node should be indented.
+ /// - Parameter indentFirstLine: Whether the first token of this node should be indented.
18
/// Pass `true` if you know that this node will be placed at the beginning of a line, even if its
19
/// current leading trivia does not start with a newline (such as at the very start of a file).
20
public func indented(by indentation: Trivia, indentFirstLine: Bool = false) -> Syntax {
0 commit comments