Skip to content

Commit 6105c33

Browse files
[skip ci] Fix comment in Utilities/format.swift
1 parent f52dc50 commit 6105c33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Utilities/format.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ let excluded: Set<String> = [
6767
URL(fileURLWithPath: #filePath).lastPathComponent,
6868
]
6969

70-
/// Returns a list of directories to format.
70+
/// Returns a list of file paths to format.
7171
func filesToFormat() -> [String] {
7272
var files: [String] = []
7373
let fileManager = FileManager.default

0 commit comments

Comments
 (0)