Skip to content

Commit e0cf5a5

Browse files
Merge pull request #77639 from honghoker/fix/typo
Fix missing whitespace in Swift special comments
2 parents df05add + 7e30a91 commit e0cf5a5

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

stdlib/public/core/Span/RawSpan.swift

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@ extension RawSpan {
325325
}
326326
}
327327

328-
//MARK: extracting sub-spans
328+
// MARK: extracting sub-spans
329329
@available(SwiftStdlib 6.1, *)
330330
extension RawSpan {
331331

@@ -492,7 +492,7 @@ extension RawSpan {
492492
}
493493
}
494494

495-
//MARK: load
495+
// MARK: load
496496
@available(SwiftStdlib 6.1, *)
497497
extension RawSpan {
498498

@@ -638,7 +638,7 @@ extension RawSpan {
638638
}
639639
}
640640

641-
//MARK: prefixes and suffixes
641+
// MARK: prefixes and suffixes
642642
@available(SwiftStdlib 6.1, *)
643643
extension RawSpan {
644644

stdlib/public/core/Span/Span.swift

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -474,7 +474,7 @@ extension Span where Element: BitwiseCopyable {
474474
}
475475
}
476476

477-
//MARK: sub-spans
477+
// MARK: sub-spans
478478
@available(SwiftStdlib 6.1, *)
479479
extension Span where Element: ~Copyable {
480480

@@ -588,7 +588,7 @@ extension Span where Element: ~Copyable {
588588
}
589589
}
590590

591-
//MARK: UnsafeBufferPointer access hatch
591+
// MARK: UnsafeBufferPointer access hatch
592592
@available(SwiftStdlib 6.1, *)
593593
extension Span where Element: ~Copyable {
594594

@@ -678,7 +678,7 @@ extension Span where Element: ~Copyable {
678678
}
679679
}
680680

681-
//MARK: prefixes and suffixes
681+
// MARK: prefixes and suffixes
682682
@available(SwiftStdlib 6.1, *)
683683
extension Span where Element: ~Copyable {
684684

0 commit comments

Comments
 (0)