Skip to content

Commit ba2a192

Browse files
dduanbnbarham
andauthored
Update Sources/SwiftFormat/API/Configuration.swift
Co-authored-by: Ben Barham <[email protected]>
1 parent 4a99f1c commit ba2a192

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/SwiftFormat/API/Configuration.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ public struct Configuration: Codable, Equatable {
6767
/// The maximum length of a line of source code, after which the formatter will break lines.
6868
public var lineLength: Int
6969

70-
// Number of spaces that preceeds line comments.
70+
/// Number of spaces that precede line comments.
7171
public var spacesBeforeEndOfLineComments: Int
7272

7373
/// The width of the horizontal tab in spaces.

0 commit comments

Comments
 (0)