Skip to content

Commit 4ffc9c4

Browse files
author
K
authored
Fix syntax highlighting in UnderscoredAttributes.md
1 parent ebc98be commit 4ffc9c4

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
@@ -909,7 +909,7 @@ will exactly match the size and stride of the original type `T`, allowing for
909909
other values to be stored in the tail padding when the raw layout type appears
910910
in a larger aggregate.
911911

912-
```
912+
```swift
913913
// struct Weird has size 5, stride 8, alignment 4
914914
struct Weird {
915915
var x: Int32

0 commit comments

Comments
 (0)