Skip to content

Commit 9f786c8

Browse files
Merge pull request #68183 from japanese-goblinn/patch-1
[Docs] Fix syntax highlighting in UnderscoredAttributes.md
2 parents ffc9fb3 + 4ffc9c4 commit 9f786c8

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)