Skip to content

Commit 974a7d9

Browse files
committed
docs(architecture): fix typo in comment
Closes: #1234
1 parent 02d5dc4 commit 974a7d9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/architecture.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -499,7 +499,7 @@ pub struct InterruptHandlers {
499499
pub struct Interrupts {
500500
/// Interrupt handler configuration
501501
pub handlers: InterruptHandlers,
502-
/// JS code to be executed in order to check what type of interrupt ocurred.
502+
/// JS code to be executed in order to check what type of interrupt occurred.
503503
/// It must return an `InterruptType` (if an interrupt happened) or `null`
504504
/// (if it didn't)
505505
pub check: String,

0 commit comments

Comments
 (0)