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 d30bc5c commit 332fffcCopy full SHA for 332fffc
gpt_disk_types/src/lib.rs
@@ -18,13 +18,13 @@
18
//! ```
19
//!
20
//! 1. The first block of the disk contains a protective MBR. See
21
-//! [`MasterBootRecord::protective_mbr`].
+//! [`MasterBootRecord::protective_mbr`].
22
//! 2. The second block of the disk contains the primary GPT header. See
23
-//! [`GptHeader`].
+//! [`GptHeader`].
24
//! 3. Additional blocks after the header contain the partition entry
25
-//! array. See [`GptPartitionEntry`] and [`GptPartitionEntryArray`].
+//! array. See [`GptPartitionEntry`] and [`GptPartitionEntryArray`].
26
//! 4. At the end of the disk is a secondary GPT header and partition
27
-//! entry array.
+//! entry array.
28
29
//! # Endianness
30
0 commit comments