Skip to content

Commit f574f79

Browse files
committed
chor(): Revert formatting from blog post.
1 parent b594d32 commit f574f79

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

_posts/2024-09-17-announcing-swift-6.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ date: 2024-09-17 10:00:00
55
title: Announcing Swift 6
66
author: [hborla]
77
category: "Language"
8+
featured-image:
9+
url: '/assets/images/placeholders/image_placeholder_large.png'
10+
alt: 'An FPO image for a blog.'
811
---
912

1013
We're delighted to announce the general availability of Swift 6. This is a major new release that expands Swift to more platforms and domains.
@@ -121,7 +124,7 @@ You can find a complete list of language proposals that were accepted through th
121124

122125
## Debugging
123126

124-
### Custom LLDB summaries with `@DebugDescription`
127+
### Custom LLDB summaries with <code>@DebugDescription</code>
125128

126129
Swift 6 provides a new debugging macro to easily customize how an object is displayed in LLDB when using the `p` command, and in the variables view in Xcode and VSCode, by using a formatting scheme that does not run arbitrary code.
127130

0 commit comments

Comments
 (0)