From a0cb025c91a1a8258dc5e9fb641330ebde9b133a Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 8 Oct 2015 15:30:57 +0200 Subject: Fix satisfies() function --- bpkg/satisfaction | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'bpkg/satisfaction') diff --git a/bpkg/satisfaction b/bpkg/satisfaction index 2200688..f250e4b 100644 --- a/bpkg/satisfaction +++ b/bpkg/satisfaction @@ -23,7 +23,8 @@ namespace bpkg } // Return true if any version that satisfies l also satisfies r, or, in - // other words, l is stricter than or equal to r. + // other words, l is stricter than or equal to r. Or, in yet other words, + // l is a subset of r. // bool satisfies (const dependency_constraint& l, const dependency_constraint& r); -- cgit v1.1