Skip to content

Commit 9c62a08

Browse files
authored
docs: Fix typo "the the" -> "the" (#2519)
Fix a small comment typo.
1 parent 699aca9 commit 9c62a08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/dif_upload/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ impl<'data> DifMatch<'data> {
243243
//
244244
// We *might* have to locate the original library in the Xcode
245245
// distribution, then build a new non-fat dSYM file from it and patch
246-
// the the UUID.
246+
// the UUID.
247247
if self.file_name().starts_with("libswift") {
248248
return false;
249249
}

0 commit comments

Comments
 (0)