We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59077d3 commit ee07edcCopy full SHA for ee07edc
rust/src/types.rs
@@ -1668,7 +1668,7 @@ impl Structure {
1668
///
1669
/// We must pass a [`TypeContainer`] here so that we can resolve base structure members, as they
1670
/// are treated as members through this function. Typically, you get the [`TypeContainer`]
1671
- /// through the binary view with [`BinaryViewExt::get_type_container`].
+ /// through the binary view with [`BinaryViewExt::type_container`].
1672
pub fn members_at_offset(
1673
&self,
1674
container: &TypeContainer,
0 commit comments