From e071eaa1ef131f240b22f420cf2ba03a75b2a957 Mon Sep 17 00:00:00 2001 From: tomjaguarpaw Date: Mon, 17 May 2021 09:12:21 +0100 Subject: [PATCH] Fix typo (#73) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b8a059e..ad5e048 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,7 @@ files have the type: `roots` is a list of regular expressions of symbols that are considered as alive. If you're building an executable, the pattern `^Main.main$` is a good starting point - specifying that `main` is a root. Weeder currently doesn't -add all exported functions a roots automatically but in many cases `main` from a +add all exported functions as roots automatically but in many cases `main` from a test suite could be a good workaround for that `type-class-roots` configures whether or not Weeder should consider anything in