From 9e936e070fbe0647ee216a88d33c2b7758ba5df7 Mon Sep 17 00:00:00 2001 From: Martin Guy Date: Tue, 26 Apr 2011 23:32:14 +0200 Subject: [PATCH] fix typo --- doc/en/inthandlers.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/en/inthandlers.txt b/doc/en/inthandlers.txt index 3462aeaa..373348c5 100644 --- a/doc/en/inthandlers.txt +++ b/doc/en/inthandlers.txt @@ -2,7 +2,7 @@ eLua interrupt handlers ----------------------- -Starting with link:downloads.html[vesion 0.8] eLua supports interrupt handlers written in Lua. Once an interrupt handler is set in the Lua code, it will be called each time a supported +Starting with link:downloads.html[version 0.8] eLua supports interrupt handlers written in Lua. Once an interrupt handler is set in the Lua code, it will be called each time a supported interrupt is generated. A *supported interrupt* is any interrupt that is handled by the platform C code (see link:arch_ints.html[here] for more details). [red]*IMPORTANT*: before learning how to use interrupt handlers in Lua, please keep in mind that Lua interrupt handlers don't work the same way as