From 9ab29e9a75cd620f3e6be1f403e91a1d7558480f Mon Sep 17 00:00:00 2001 From: lpmi-13 Date: Fri, 19 Oct 2018 22:04:32 +0100 Subject: [PATCH] fix simple typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3d25ed2..60642bf 100644 --- a/README.md +++ b/README.md @@ -71,7 +71,7 @@ To start a stateful watch, use `:context` to initialize the state, and then just The `:context` function is passed only the group's current context, and is expected to return the new context value. -Hawk supports multiple watches with a single call to `watch!`. `watch!` accepts an arbitrary number of arrays, which can hold an arbitrary number of watch specs. Every spec in an an array will share the same state, and events are processed sequentially. Every array gets its own state, and events are processed (potentially) in parallel: +Hawk supports multiple watches with a single call to `watch!`. `watch!` accepts an arbitrary number of arrays, which can hold an arbitrary number of watch specs. Every spec in an array will share the same state, and events are processed sequentially. Every array gets its own state, and events are processed (potentially) in parallel: (hawk/watch! ;; here we pass 2 groups to watch!