Small typo in doc (#3433)
This commit is contained in:
parent
b7f811dd5b
commit
82ea8dbc24
|
@ -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
|
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
|
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
|
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.
|
the actual application.
|
||||||
|
|
||||||
`instrumentation-api` contains classes that are needed for both library and auto-instrumentation,
|
`instrumentation-api` contains classes that are needed for both library and auto-instrumentation,
|
||||||
|
|
Loading…
Reference in New Issue