From c2142cd0cbd51461d02c4431800cc1e7984bcb2a Mon Sep 17 00:00:00 2001 From: Seyed Mojtaba Hosseini Zeidabadi Date: Tue, 8 Oct 2024 17:26:55 +0330 Subject: [PATCH] Docs: enhance code coverage report source documentations (#13841) --- .../Sources/UpdatedFilesCollector/main.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/health_metrics/generate_code_coverage_report/Sources/UpdatedFilesCollector/main.swift b/scripts/health_metrics/generate_code_coverage_report/Sources/UpdatedFilesCollector/main.swift index a55d285dab9..475da0e5b9b 100644 --- a/scripts/health_metrics/generate_code_coverage_report/Sources/UpdatedFilesCollector/main.swift +++ b/scripts/health_metrics/generate_code_coverage_report/Sources/UpdatedFilesCollector/main.swift @@ -103,7 +103,7 @@ struct UpdatedFilesCollector: ParsableCommand { } if let outputPath = outputSDKFileURL { do { - // Instead of directly writing Data to a file, trasnferring Data to + // Instead of directly writing Data to a file, transferring Data to // String can help trimming whitespaces and newlines in advance. let str = try String( decoding: JSONEncoder().encode(podspecsWithChangedFiles),