From 080a9529b373295712fca4890249f7bd5d5a0da9 Mon Sep 17 00:00:00 2001 From: Yury Semikhatsky Date: Wed, 3 Feb 2021 13:40:58 -0800 Subject: [PATCH] docs: rename Route.continue_ to Route.resume in java and C# (#5290) --- docs/src/api/class-route.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/src/api/class-route.md b/docs/src/api/class-route.md index 38e7787b95..4c098d8a04 100644 --- a/docs/src/api/class-route.md +++ b/docs/src/api/class-route.md @@ -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.