Skip to content

Commit

Permalink
Fix docs v4
Browse files Browse the repository at this point in the history
  • Loading branch information
benzwreck committed Jul 18, 2023
1 parent 542a0f3 commit ab397b2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ object DefaultSyncBackend {
def apply(options: BackendOptions = BackendOptions.Default): WebSocketBackend[Identity] =
HttpClientSyncBackend(options, identity, PartialFunction.empty)

/** Create a stub backend for testing. See [[SyncBackendStub]] for details on how to configure stub responses. */
/** Create a stub backend for testing. See [[WebSocketBackendStub]] for details on how to configure stub responses. */
def stub: WebSocketBackendStub[Identity] = WebSocketBackendStub.synchronous
}

0 comments on commit ab397b2

Please sign in to comment.