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 27ae28f commit c2142cdCopy full SHA for c2142cd
scripts/health_metrics/generate_code_coverage_report/Sources/UpdatedFilesCollector/main.swift
@@ -103,7 +103,7 @@ struct UpdatedFilesCollector: ParsableCommand {
103
}
104
if let outputPath = outputSDKFileURL {
105
do {
106
- // Instead of directly writing Data to a file, trasnferring Data to
+ // Instead of directly writing Data to a file, transferring Data to
107
// String can help trimming whitespaces and newlines in advance.
108
let str = try String(
109
decoding: JSONEncoder().encode(podspecsWithChangedFiles),
0 commit comments