From f92754f616f74785985f064e88c195acb43131ea Mon Sep 17 00:00:00 2001 From: lpmi-13 Date: Sun, 19 Aug 2018 22:45:48 +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 4ee2ce8..a87c6e6 100644 --- a/README.md +++ b/README.md @@ -65,7 +65,7 @@ data is old enough to buy booze. For more examples, see the tests ### integrity.walkers Schema walker generators take a schema as input, and use it to return a -function that walks input data in-step with the the corresponding schema. For +function that walks input data in-step with the corresponding schema. For example, the `lookup` walker replaces "references" in the input document with the result of looking them up in an external data source. For example usage, see the tests