Skip to content

Commit ca1c9a6

Browse files
committed
multiboot2: doc fix
1 parent 4d0e166 commit ca1c9a6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

multiboot2/src/lib.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,8 @@ impl<'a> BootInformation<'a> {
285285
self.get_tag::<BasicMemoryInfoTag, _>(TagType::BasicMeminfo)
286286
}
287287

288-
/// Search for the ELF Sections.
288+
/// Returns an [`ElfSectionIter`] iterator over the ELF Sections, if the
289+
/// [`ElfSectionsTag`] is present.
289290
///
290291
/// # Examples
291292
///

0 commit comments

Comments
 (0)