Skip to content

Commit 938b425

Browse files
uefi: Revising style for EFI Shell CurDir functions
Co-authored-by: Nicholas Bishop <[email protected]>
1 parent 873e382 commit 938b425

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

uefi/src/proto/shell/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ impl Shell {
5252
///
5353
/// # Errors
5454
///
55-
/// * `Status::EFI_NOT_FOUND` - The directory does not exist
55+
/// * [`Status::EFI_NOT_FOUND`] - The directory does not exist
5656
pub fn set_current_dir(
5757
&self,
5858
file_system: Option<&CStr16>,

0 commit comments

Comments
 (0)