diff --git a/Sources/AmiiboService/Public/Clients/AmiiboLiveClient.swift b/Sources/AmiiboService/Public/Clients/AmiiboLiveClient.swift index 1cc938e..01ff620 100644 --- a/Sources/AmiiboService/Public/Clients/AmiiboLiveClient.swift +++ b/Sources/AmiiboService/Public/Clients/AmiiboLiveClient.swift @@ -36,10 +36,10 @@ public struct AmiiboLiveClient { } -// MARK: - APIClient +// MARK: - AmiiboClient // TODO: Remove the documentation from the functions inside the following extension as the `--enable-inherited-docs` flag when generating DocC documentation is not working as intended (?). -extension AmiiboLiveClient: APIClient { +extension AmiiboLiveClient: AmiiboClient { // MARK: Functions