Skip to content

Commit

Permalink
docs: rename Route.continue_ to Route.resume in java and C# (#5290)
Browse files Browse the repository at this point in the history
  • Loading branch information
yury-s committed Feb 3, 2021
1 parent 6c44a78 commit 080a952
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/src/api/class-route.md
Expand Up @@ -30,7 +30,8 @@ Optional error code. Defaults to `failed`, could be one of the following:

## async method: Route.continue
* langs:
- alias-java: continue_
- alias-csharp: resume
- alias-java: resume
- alias-python: continue_

Continues route's request with optional overrides.
Expand Down

0 comments on commit 080a952

Please sign in to comment.