File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ import Swift
21
21
/// When a `RawSpan` is created, it inherits the lifetime of the container
22
22
/// owning the contiguous memory, ensuring temporal safety and avoiding
23
23
/// 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.
25
25
@available ( SwiftCompatibilitySpan 5 . 0 , * )
26
26
@_originallyDefinedIn ( module: " Swift;CompatibilitySpan " , SwiftCompatibilitySpan 6 . 2 )
27
27
@frozen
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ import Swift
21
21
/// When a `Span` is created, it inherits the lifetime of the container
22
22
/// owning the contiguous memory, ensuring temporal safety and avoiding
23
23
/// 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.
25
25
@frozen
26
26
@safe
27
27
@available ( SwiftCompatibilitySpan 5 . 0 , * )
You can’t perform that action at this time.
0 commit comments