Skip to content

Commit 1b522ba

Browse files
committed
[SE-0258] Note how wrapperValue can be used to have get-only $ variables
1 parent 9eea195 commit 1b522ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

proposals/0258-property-wrappers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -973,7 +973,7 @@ var someValue: String
973973
```
974974

975975
Each of the property wrapper types could have different implementations with
976-
different data, but all of them present the same interface through `$someValue` and `someValue`.
976+
different data, but all of them present the same interface through `$someValue` and `someValue`. Note also that the `$someValue` is not writable, because `wrapperValue` is a get-only property.
977977

978978
### Restrictions on the use of property wrappers
979979

0 commit comments

Comments
 (0)