Small typo in doc (#3433)

This commit is contained in:
Lauri Tulmin 2021-06-29 14:37:12 +03:00 committed by GitHub
parent b7f811dd5b
commit 82ea8dbc24
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ later and separately. These classes should be available from all possible
classloaders in the running application. For this reason the `javaagent` module puts
all these classes into JVM's bootstrap classloader. For the same reason this
module should be as small as possible and have as few dependencies as
possible. Otherwise, there is a risk of accidentally exposing this classes to
possible. Otherwise, there is a risk of accidentally exposing these classes to
the actual application.
`instrumentation-api` contains classes that are needed for both library and auto-instrumentation,