From e17a6e7a7df0be6e94962f6cf56ba5fe82ca8030 Mon Sep 17 00:00:00 2001 From: James Mitchell Date: Mon, 11 Mar 2024 15:37:22 +0000 Subject: [PATCH] Apply suggestions from code review --- doc/oper.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/oper.xml b/doc/oper.xml index d9121547d..d60a391aa 100644 --- a/doc/oper.xml +++ b/doc/oper.xml @@ -2274,7 +2274,7 @@ true true or false. - This function returns true if the specified subset is "downwards" closed, i.e. contains every vertex less than the given vertices. + This function returns true if the specified subset is "downwards" closed, i.e. contains every vertex less than the given vertices in the order defined by D. The function can only be used on digraphs satisfying and will throw an error if passed a digraph that is not a partial order digraph.