From f338ebff6c4759e7de339d2c5c05ccd30321ca69 Mon Sep 17 00:00:00 2001 From: oSumAtrIX Date: Sun, 27 Oct 2024 05:30:16 +0100 Subject: [PATCH] add missing syntax highlighting --- docs/4_apis.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.