summaryrefslogtreecommitdiff
path: root/rust/src/binary_view.rs
diff options
context:
space:
mode:
authorGlenn Smith <glenn@vector35.com>2024-12-27 16:14:46 -0500
committerGlenn Smith <glenn@vector35.com>2025-01-30 17:20:05 -0500
commit8862696926173104957729683832591438161557 (patch)
tree78ba6d7dc8144430136086c8dc84726171eec8ab /rust/src/binary_view.rs
parent5a5426d030b6be26d4564ba1eba2d8a275533256 (diff)
Render Layers
Diffstat (limited to 'rust/src/binary_view.rs')
-rw-r--r--rust/src/binary_view.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/rust/src/binary_view.rs b/rust/src/binary_view.rs
index 43e913d5..af4709e7 100644
--- a/rust/src/binary_view.rs
+++ b/rust/src/binary_view.rs
@@ -1209,8 +1209,8 @@ pub trait BinaryViewExt: BinaryViewBase {
/// Retrieves a list of the next disassembly lines.
///
- /// `get_next_linear_disassembly_lines` retrieves an [Array] over [LinearDisassemblyLine] objects for the
- /// next disassembly lines, and updates the [LinearViewCursor] passed in. This function can be called
+ /// Retrieves an [`Array`] over [`LinearDisassemblyLine`] objects for the
+ /// next disassembly lines, and updates the [`LinearViewCursor`] passed in. This function can be called
/// repeatedly to get more lines of linear disassembly.
///
/// # Arguments