diff options
Diffstat (limited to 'rust/src')
| -rw-r--r-- | rust/src/types.rs | 2 |
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, |
