File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -122,12 +122,12 @@ public struct Configuration: Codable, Equatable {
122
122
public var lineBreakBetweenDeclarationAttributes : Bool
123
123
124
124
/// Determines if function-like declaration outputs should be prioritized to be together with the
125
- /// function signature right (closing) parenthesis.
125
+ /// function signature's right (closing) parenthesis.
126
126
///
127
127
/// If false (the default), function output (i.e. throws, return type) is not prioritized to be
128
128
/// together with the signature's right parenthesis, and when the line length would be exceeded,
129
129
/// a line break will be fired after the function signature first, indenting the declaration output
130
- /// one additional level. If true, A line break will be fired further up in the function's
130
+ /// one additional level. If true, a line break will be fired further up in the function's
131
131
/// declaration (e.g. generic parameters, parameters) before breaking on the function's output.
132
132
public var prioritizeKeepingFunctionOutputTogether : Bool
133
133
@@ -211,7 +211,7 @@ public struct Configuration: Codable, Equatable {
211
211
/// will be formatted as:
212
212
/// ```swift
213
213
/// """
214
- /// an esacpe \
214
+ /// an escape \
215
215
/// line break
216
216
/// a hard \
217
217
/// line break
You can’t perform that action at this time.
0 commit comments