Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
james-d-mitchell authored Mar 11, 2024
1 parent 4929908 commit e17a6e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/oper.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2274,7 +2274,7 @@ true
<Oper Name="IsOrderIdeal" Arg="D, subset" Label="for a digraph and list"/>
<Returns><K>true</K> or <K>false</K>.</Returns>
<Description>
This function returns <K>true</K> if the specified subset is "downwards" closed, i.e. contains every vertex less than the given vertices.
This function returns <K>true</K> if the specified subset is "downwards" closed, i.e. contains every vertex less than the given vertices in the order defined by <A>D</A>.
The function can only be used on digraphs satisfying <Ref Prop="IsPartialOrderDigraph"/> and will throw an error if passed a digraph that is not a partial order digraph.

<Example><![CDATA[
Expand Down

0 comments on commit e17a6e7

Please sign in to comment.