From 854b71b89fb94658a698bf082076fbf3266a5588 Mon Sep 17 00:00:00 2001 From: Ashvika Maddikonda Date: Wed, 13 May 2026 00:37:57 -0400 Subject: changed from "corresponds the" to "corresponds to the" (grammar) --- docs/guide/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/guide/index.md b/docs/guide/index.md index cb5d436c..058e4e91 100644 --- a/docs/guide/index.md +++ b/docs/guide/index.md @@ -1055,7 +1055,7 @@ The interactive python prompt also has several built-in "magic" functions and va - `here` / `current_address`: address of the current selection. It's settable too and will navigate the UI if changed - `current_selection`: a tuple of the start and end addresses of the current selection. It's settable and will change the current selection -- `current_raw_offset`: the file offset that corresponds the current address. It's settable and will navigate to the corresponding file offset +- `current_raw_offset`: the file offset that corresponds to the current address. It's settable and will navigate to the corresponding file offset - `bv` / `current_view` / : the current [`BinaryView`](https://api.binary.ninja/binaryninja.binaryview-module.html#binaryninja.binaryview.BinaryView) - `current_function`: the current [`Function`](https://api.binary.ninja/binaryninja.function-module.html#binaryninja.function.Function) - `current_basic_block`: the current [`BasicBlock`](https://api.binary.ninja/binaryninja.basicblock-module.html#binaryninja.basicblock.BasicBlock) -- cgit v1.3.1