Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 1c9967c

Browse files
committedAug 9, 2024
doc: fix heading level
1 parent e251d03 commit 1c9967c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎uefi/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
//! epochs. However, the `uefi` crate unfolds its true potential when
1414
//! interacting with UEFI boot services.
1515
//!
16-
//! ## Supported Architectures
16+
//! # Supported Architectures
1717
//!
1818
//! `uefi` is compatible with all platforms that both the Rust compiler and
1919
//! UEFI support, such as `i686`, `x86_64`, and `aarch64`. Please note that we

0 commit comments

Comments
 (0)
Please sign in to comment.