Skip to content

Commit

Permalink
Update README.md (#8132)
Browse files Browse the repository at this point in the history
Doc-change that would have avoided my mistake that I made a bug-report about.
  • Loading branch information
julian-goettingen authored Dec 7, 2023
1 parent 2bed258 commit 0fea184
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mockwebserver/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ assertEquals("{}", request.getBody().readUtf8());
#### Dispatcher

By default MockWebServer uses a queue to specify a series of responses. Use a
Dispatcher to handle requests using another policy. One natural policy is to
Dispatcher (`import okhttp3.mockwebserver.Dispatcher`) to handle requests using another policy. One natural policy is to
dispatch on the request path.
You can, for example, filter the request instead of using `server.enqueue()`.

Expand Down

0 comments on commit 0fea184

Please sign in to comment.