Skip to content

Commit 8bbdb9b

Browse files
committed
* Fix quotes in doc link
1 parent e2fa3bc commit 8bbdb9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/table/system.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ impl SystemTable<Runtime> {
212212
/// Changes the runtime addressing mode of EFI firmware from physical to virtual.
213213
/// It is up to the caller to translate the old SystemTable address to a new virtual
214214
/// address and provide it for this function.
215-
/// See [`get_current_system_table_addr`]
215+
/// See ['get_current_system_table_addr']
216216
///
217217
/// # Safety
218218
///

0 commit comments

Comments
 (0)