Skip to content

Commit

Permalink
Docs: enhance code coverage report source documentations (#13841)
Browse files Browse the repository at this point in the history
  • Loading branch information
MojtabaHs authored Oct 8, 2024
1 parent 27ae28f commit c2142cd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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),
Expand Down

0 comments on commit c2142cd

Please sign in to comment.