From e0845a4f67b7461b8b81388be3e0c1352d362f3f Mon Sep 17 00:00:00 2001 From: Daniel Egger Date: Fri, 11 Jan 2019 23:33:33 +0100 Subject: [PATCH] Removed repeated "are" --- src/start/interrupts.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/start/interrupts.md b/src/start/interrupts.md index d35f5ba..6fc5e8d 100644 --- a/src/start/interrupts.md +++ b/src/start/interrupts.md @@ -20,7 +20,7 @@ The general initialisation steps at runtime are always the same: * Enable the interrupt handler in the interrupt controller Similarly to exceptions, the `cortex-m-rt` crate provides an [`interrupt`] -attribute to declare interrupt handlers. The available interrupts are (and +attribute to declare interrupt handlers. The available interrupts (and their position in the interrupt handler table) are usually automatically generated via `svd2rust` from a SVD description.