Skip to content

Commit

Permalink
add missing syntax highlighting
Browse files Browse the repository at this point in the history
  • Loading branch information
oSumAtrIX committed Oct 27, 2024
1 parent 00e5950 commit f338ebf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/4_apis.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit f338ebf

Please sign in to comment.