From 2d258d31767be10d4bcf9ba55af7861be16dcaf3 Mon Sep 17 00:00:00 2001 From: Amos Chu Date: Thu, 25 Feb 2021 11:56:50 +0800 Subject: [PATCH] grammar error for "The answer definitely YES" (#6439) --- docs/en/concepts-and-designs/service-agent.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/concepts-and-designs/service-agent.md b/docs/en/concepts-and-designs/service-agent.md index a0c624e97..a5524e24a 100644 --- a/docs/en/concepts-and-designs/service-agent.md +++ b/docs/en/concepts-and-designs/service-agent.md @@ -17,7 +17,7 @@ runtime. Auto instrument is so cool, also you can create those in compiling time, that you don't depend on VM features, then is there any limit? -The answer definitely **YES**. And they are: +The answer is definitely **YES**. And they are: - **In process propagation possible in most cases**. In many high level languages, they are used to build business system, such as Java and .NET. Most codes of business logic are running in the same thread for per request, which make the propagation could be based on thread Id, and stack module to make sure the context is safe.