Skip to content

Commit d5f1851

Browse files
committed
[SE-0258] Fix link to Kotlin's delegated properties
1 parent 007274e commit d5f1851

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

proposals/0258-property-wrappers.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1296,8 +1296,8 @@ structures that seem to be implemented in terms of only
12961296

12971297
### Kotlin-like `by` syntax
12981298

1299-
A previous iteration of this proposal (and its [implementation](https://github.com/apple/swift/pull/23440)) used `by` syntax similar to that of [Kotlin's wrapperd
1300-
properties](https://kotlinlang.org/docs/reference/wrapperd-properties.html), where the `by` followed the variable declaration. For example:
1299+
A previous iteration of this proposal (and its [implementation](https://github.com/apple/swift/pull/23440)) used `by` syntax similar to that of [Kotlin's delegated
1300+
properties](https://kotlinlang.org/docs/reference/delegated-properties.html), where the `by` followed the variable declaration. For example:
13011301

13021302
```swift
13031303
var foo by Lazy = 1738

0 commit comments

Comments
 (0)