Skip to content

Commit df133bd

Browse files
authored
Merge pull request #2659 from glessard/patch-1
[SE0456] fix typo
2 parents f2cab4d + db70e9a commit df133bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

proposals/0456-stdlib-span-properties.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ By allowing the language to define lifetime dependencies in these limited ways,
8787

8888
#### <a name="extensions"></a>Extensions to Standard Library types
8989

90-
The standard library and Foundation will provide `storage` and computed properties, returning lifetime-dependent `Span` instances. These computed properties are the safe and composable replacements for the existing `withUnsafeBufferPointer` closure-taking functions.
90+
The standard library and Foundation will provide `storage` computed properties, returning lifetime-dependent `Span` instances. These computed properties are the safe and composable replacements for the existing `withUnsafeBufferPointer` closure-taking functions.
9191

9292
```swift
9393
extension Array {

0 commit comments

Comments
 (0)