浏览代码

multiboot2: doc fix

Philipp Schuster 1 年之前
父节点
当前提交
ca1c9a6e4b
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      multiboot2/src/lib.rs

+ 2 - 1
multiboot2/src/lib.rs

@@ -285,7 +285,8 @@ impl<'a> BootInformation<'a> {
         self.get_tag::<BasicMemoryInfoTag, _>(TagType::BasicMeminfo)
     }
 
-    /// Search for the ELF Sections.
+    /// Returns an [`ElfSectionIter`] iterator over the ELF Sections, if the
+    /// [`ElfSectionsTag`] is present.
     ///
     /// # Examples
     ///