Procházet zdrojové kódy

multiboot2: doc fix

Philipp Schuster před 2 roky
rodič
revize
ca1c9a6e4b
1 změnil soubory, kde provedl 2 přidání a 1 odebrání
  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
     ///