Skip to content

Commit 7c224dc

Browse files
committed
Fix formatting issues in CHANGELOG.md.
1 parent b691b8d commit 7c224dc

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

CHANGELOG.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@
99

1010
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.
1111

12-
```swift
13-
@attached(member, conformances: Decodable, Encodable, names: named(init(from:), encode(to:)))
14-
@attached(extension, conformances: Decodable, Encodable, names: named(init(from:), encode(to:)))
15-
macro Codable() = #externalMacro(module: "MyMacros", type: "CodableMacro")
16-
```
12+
```swift
13+
@attached(member, conformances: Decodable, Encodable, names: named(init(from:), encode(to:)))
14+
@attached(extension, conformances: Decodable, Encodable, names: named(init(from:), encode(to:)))
15+
macro Codable() = #externalMacro(module: "MyMacros", type: "CodableMacro")
16+
```
1717

1818
## Swift 5.9
1919

0 commit comments

Comments
 (0)