Skip to content

Commit 86124c9

Browse files
committed
* Reversed correction of quotes from before (should be back-ticks) for code style formatting.
1 parent 8bbdb9b commit 86124c9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/table/system.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -212,13 +212,13 @@ 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
///
219219
/// Setting new virtual memory map is unsafe and may cause undefined behaviors.
220220
///
221-
/// ['get_current_system_table_addr']: SystemTable::get_current_system_table_addr
221+
/// [`get_current_system_table_addr`]: SystemTable::get_current_system_table_addr
222222
pub unsafe fn set_virtual_address_map(
223223
self,
224224
map: &mut [MemoryDescriptor],

0 commit comments

Comments
 (0)