change of language

This commit is contained in:
Corwin 2023-04-11 20:59:45 +01:00
parent d08ce9c85b
commit aea64e974f
No known key found for this signature in database

View file

@ -231,7 +231,7 @@ fn interrupt_to_root(interrupt: Interrupt) -> &'static InterruptRoot {
/// - Many functions in agb allocate and it isn't always clear. /// - Many functions in agb allocate and it isn't always clear.
/// ///
/// # Staticness /// # Staticness
/// * The closure must be static because forgetting the interrupt handler will /// * The closure must be static because forgetting the interrupt handler would
/// cause a use after free. /// cause a use after free.
/// ///
/// [`CriticalSection`]: bare_metal::CriticalSection /// [`CriticalSection`]: bare_metal::CriticalSection