Skip to content

Commit 8763f22

Browse files
authored
Merge pull request #69070 from CrazyFanFan/fix/fix_changelog
Fix formatting issues in CHANGELOG.md.
2 parents c6e0f8f + 7c224dc commit 8763f22

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

CHANGELOG.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -148,11 +148,11 @@ concurrency checking.
148148

149149
Member macros can specify a list of protocols via the `conformances` argument to the macro role. The macro implementation will be provided with those protocols that are listed but have not already been implemented by the type to which the member macro is attached, in the same manner as extension macros.
150150

151-
```swift
152-
@attached(member, conformances: Decodable, Encodable, names: named(init(from:), encode(to:)))
153-
@attached(extension, conformances: Decodable, Encodable, names: named(init(from:), encode(to:)))
154-
macro Codable() = #externalMacro(module: "MyMacros", type: "CodableMacro")
155-
```
151+
```swift
152+
@attached(member, conformances: Decodable, Encodable, names: named(init(from:), encode(to:)))
153+
@attached(extension, conformances: Decodable, Encodable, names: named(init(from:), encode(to:)))
154+
macro Codable() = #externalMacro(module: "MyMacros", type: "CodableMacro")
155+
```
156156

157157
## Swift 5.9
158158

0 commit comments

Comments
 (0)