Skip to content

Commit 31c928b

Browse files
committed
Fixing doc return typo
1 parent 45ce231 commit 31c928b

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
@@ -399,7 +399,7 @@ impl Shell {
399399
///
400400
/// # Errors
401401
///
402-
/// * [`STATUS::EFI_DEVICE_ERROR] The file could not be accessed
402+
/// * [`uefi::Status::DEVICE_ERROR`] The file could not be accessed
403403
pub fn get_file_size(&self, file_handle: ShellFileHandle, size: *mut u64) -> Result<()> {
404404
(self.get_file_size)(file_handle, size).to_result()
405405
}

0 commit comments

Comments
 (0)