Skip to content

Commit ee07edc

Browse files
committed
[Rust] Fix typo in doc comment
1 parent 59077d3 commit ee07edc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rust/src/types.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1668,7 +1668,7 @@ impl Structure {
16681668
///
16691669
/// We must pass a [`TypeContainer`] here so that we can resolve base structure members, as they
16701670
/// are treated as members through this function. Typically, you get the [`TypeContainer`]
1671-
/// through the binary view with [`BinaryViewExt::get_type_container`].
1671+
/// through the binary view with [`BinaryViewExt::type_container`].
16721672
pub fn members_at_offset(
16731673
&self,
16741674
container: &TypeContainer,

0 commit comments

Comments
 (0)