From 130439a500a7e9e988b97afb1268b48681fb3b15 Mon Sep 17 00:00:00 2001 From: Peter Halliday Date: Tue, 23 Feb 2016 00:29:57 +0100 Subject: [PATCH] docs --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 58a7b0b..c683276 100644 --- a/README.md +++ b/README.md @@ -77,7 +77,7 @@ The resolver works in passes. In each pass the following occurs: 1. The new constraints from the dependencies are queued for recalculation after dropping the previous calculations and their dependencies 1. Already queued caclulations are filtered to ensure that any orphaned libraries do not get recalculated - the recursive dropping of libraries can result in already queued calculations no longer being valid/required -Passes continue until there are no longer and calculations queued +Passes continue until there are no longer any calculations queued ## Contributing