diff --git a/docs/4_apis.md b/docs/4_apis.md index 7326f2e..300b38a 100644 --- a/docs/4_apis.md +++ b/docs/4_apis.md @@ -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.