We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02d5dc4 commit 974a7d9Copy full SHA for 974a7d9
1 file changed
src/architecture.rs
@@ -499,7 +499,7 @@ pub struct InterruptHandlers {
499
pub struct Interrupts {
500
/// Interrupt handler configuration
501
pub handlers: InterruptHandlers,
502
- /// JS code to be executed in order to check what type of interrupt ocurred.
+ /// JS code to be executed in order to check what type of interrupt occurred.
503
/// It must return an `InterruptType` (if an interrupt happened) or `null`
504
/// (if it didn't)
505
pub check: String,
0 commit comments