Skip to content

Commit c146993

Browse files
authored
Fix typo (swiftlang#82052)
1 parent 34e6473 commit c146993

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

stdlib/public/core/Span/RawSpan.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ import Swift
2121
/// When a `RawSpan` is created, it inherits the lifetime of the container
2222
/// owning the contiguous memory, ensuring temporal safety and avoiding
2323
/// use-after-free errors. Operations on `RawSpan` are bounds-checked,
24-
/// ensuring spcial safety and avoiding buffer overflow errors.
24+
/// ensuring spatial safety and avoiding buffer overflow errors.
2525
@available(SwiftCompatibilitySpan 5.0, *)
2626
@_originallyDefinedIn(module: "Swift;CompatibilitySpan", SwiftCompatibilitySpan 6.2)
2727
@frozen

stdlib/public/core/Span/Span.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ import Swift
2121
/// When a `Span` is created, it inherits the lifetime of the container
2222
/// owning the contiguous memory, ensuring temporal safety and avoiding
2323
/// use-after-free errors. Operations on `Span` are bounds-checked,
24-
/// ensuring spcial safety and avoiding buffer overflow errors.
24+
/// ensuring spatial safety and avoiding buffer overflow errors.
2525
@frozen
2626
@safe
2727
@available(SwiftCompatibilitySpan 5.0, *)

0 commit comments

Comments
 (0)