summaryrefslogtreecommitdiff
path: root/rust/src
diff options
context:
space:
mode:
authorMason Reed <mason@vector35.com>2025-10-29 16:41:27 -0700
committerMason Reed <mason@vector35.com>2025-10-29 16:41:27 -0700
commitee07edc73133d3aa12c45a6d27d16e813532569c (patch)
tree6968f072ff9f9a82afaad4314a3eeb18b3ecff4c /rust/src
parent59077d3400b57a811c6860b9ee7f5cf4ded084f9 (diff)
[Rust] Fix typo in doc comment
Diffstat (limited to 'rust/src')
-rw-r--r--rust/src/types.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/rust/src/types.rs b/rust/src/types.rs
index 5849a2f3..ffa507d8 100644
--- a/rust/src/types.rs
+++ b/rust/src/types.rs
@@ -1668,7 +1668,7 @@ impl Structure {
///
/// We must pass a [`TypeContainer`] here so that we can resolve base structure members, as they
/// are treated as members through this function. Typically, you get the [`TypeContainer`]
- /// through the binary view with [`BinaryViewExt::get_type_container`].
+ /// through the binary view with [`BinaryViewExt::type_container`].
pub fn members_at_offset(
&self,
container: &TypeContainer,