From b96905f5caa55d6f2b7d69d15f5416be29fdc9fc Mon Sep 17 00:00:00 2001 From: Adam Preble Date: Thu, 21 May 2009 20:13:29 -0400 Subject: [PATCH] Reverted minor doc wording change. --- include/pinproc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/pinproc.h b/include/pinproc.h index 5c0914d..17b7879 100644 --- a/include/pinproc.h +++ b/include/pinproc.h @@ -252,7 +252,7 @@ typedef struct PRSwitchRule { * Multiple driver changes can be tied to a single switch state transition to create more complicated effects: a slingshot * switch that fires the slingshot coil, a flash lamp, and a score event. * - * P-ROC holds four different switch rules for each switch: closed to open, open to closed, and each with a debounced and non-debounced versions: + * P-ROC holds four different switch rules for each switch: closed to open and open to closed, each with a debounced and non-debounced versions: * - #kPREventTypeSwitchOpenDebounced * - #kPREventTypeSwitchClosedDebounced * - #kPREventTypeSwitchOpenNondebounced