Skip to content

Commit 6dc7c16

Browse files
authored
Remove unnecessary comma (#98)
1 parent d41f779 commit 6dc7c16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ It also contains two internal, underscored macros (`@_MockedProperty` and `@_Moc
210210
211211
### `@Mocked`
212212
213-
`@Mocked` is an attached, peer macro that generates a mock class from a protocol declaration:
213+
`@Mocked` is an attached peer macro that generates a mock class from a protocol declaration:
214214
```swift
215215
@Mocked(compilationCondition: .debug)
216216
protocol Dependency {}

0 commit comments

Comments
 (0)