Skip to content

Commit 044043b

Browse files
committed
Fix rendering on Embedding Insight into Applications page
1 parent 413c1a5 commit 044043b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/tools/insight/Insight-Embedding.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,9 @@ AutoCloseable handle = access.apply(agentSrc);
2020
```
2121

2222
Obtain `Engine` for `Context` and ask for the `insight` instrument.
23-
<p>
2423
Then create `Source` with the GraalVM Insight script and apply it while obtaining its instrumentation handle.
2524
Use `handle.close()` to disable all the script's instrumentation when no longer needed.
26-
For Example:
25+
For example:
2726

2827
```java
2928
Source instrument = Source.create("js", """

0 commit comments

Comments
 (0)