add missing syntax highlighting

This commit is contained in:
oSumAtrIX 2024-10-27 05:30:16 +01:00
parent 00e5950cf2
commit f338ebff6c
No known key found for this signature in database
GPG Key ID: A9B3094ACDB604B4

View File

@ -43,7 +43,7 @@ execute {
The `navigate(Method)` function allows you to navigate method calls recursively by index.
```
```kt
execute {
// Sequentially navigate to the instructions at index 1 within 'someMethod'.
val method = navigate(someMethod).at(1).original() // original() returns the original immutable method.