Skip to content

Commit a0bbe05

Browse files
authored
fix comment for multiElementCollectionTrailingCommas
1 parent 5545cf6 commit a0bbe05

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
@@ -167,7 +167,7 @@ public struct Configuration: Codable, Equatable {
167167
///
168168
/// When `true` (default), the correct form is:
169169
/// ```swift
170-
/// let MyCollection = [1, 2,]
170+
/// let MyCollection = [1, 2]
171171
/// ...
172172
/// let MyCollection = [
173173
/// "a": 1,

0 commit comments

Comments
 (0)