grammar error for "The answer definitely YES" (#6439)

This commit is contained in:
Amos Chu 2021-02-25 11:56:50 +08:00 committed by GitHub
parent 5b49f8f9fd
commit 2d258d3176
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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.