Skip to content

Commit 166f1b0

Browse files
committed
doc: extend About section with Example Use Cases
1 parent 5002584 commit 166f1b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

uefi/src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
//! _Note that for producing EFI images, you also need to use a corresponding
2121
//! `uefi` compiler target of Rust, such as `x86_64-unknown-uefi`._
2222
//!
23-
//! # Interaction with uefi services
23+
//! ## Example Use Cases
2424
//!
2525
//! With this crate you can write code for the pre- and post-exit boot services
2626
//! epochs. However, the `uefi` crate unfolds its true potential when crafting

0 commit comments

Comments
 (0)