Skip to content

Commit e590112

Browse files
Add missing code fence language to 0327-actor-initializers.md (#2454)
1 parent 4934fbc commit e590112

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

proposals/0327-actor-initializers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -745,7 +745,7 @@ To fix this problem, we propose to remove any isolation applied to the default-v
745745

746746
For global or static stored properties, the isolation of the default-value expression will continue to match the isolation applied to the property. This isolation is needed to support declarations such as:
747747

748-
```
748+
```swift
749749
@MainActor
750750
var x = 20
751751

0 commit comments

Comments
 (0)