From ee07edc73133d3aa12c45a6d27d16e813532569c Mon Sep 17 00:00:00 2001 From: Mason Reed Date: Wed, 29 Oct 2025 16:41:27 -0700 Subject: [Rust] Fix typo in doc comment --- rust/src/types.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rust/src') 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, -- cgit v1.3.1