Skip to content

Commit 4e46dc5

Browse files
valeriyvanamartini51
authored andcommitted
Fix typo
(cherry picked from commit c146993)
1 parent 90f6a8a commit 4e46dc5

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)