Skip to content

Commit 700b11d

Browse files
authored
Merge pull request #38731 from YOCKOW/docs-minor-fix-underscored-attributes
2 parents 92335b1 + be35884 commit 700b11d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/ReferenceGuides/UnderscoredAttributes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ Marks a property as being a stored property in a swiftinterface.
209209
For `@frozen` types, the compiler needs to be able to tell whether a particular
210210
property is stored or computed to correctly perform type layout.
211211

212-
```
212+
```swift
213213
@frozen struct S {
214214
@_hasStorage var x: Int { get set } // stored
215215
var y: Int { get set } // computed

0 commit comments

Comments
 (0)