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
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
Original file line number Diff line number Diff 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 , * )
You can’t perform that action at this time.
0 commit comments