Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ It also contains two internal, underscored macros (`@_MockedProperty` and `@_Moc

### `@Mocked`

`@Mocked` is an attached, peer macro that generates a mock class from a protocol declaration:
`@Mocked` is an attached peer macro that generates a mock class from a protocol declaration:
```swift
@Mocked(compilationCondition: .debug)
protocol Dependency {}
Expand Down