Skip to content

Commit

Permalink
Clarification
Browse files Browse the repository at this point in the history
  • Loading branch information
Baltoli committed Mar 25, 2024
1 parent d4f0490 commit 6bde65a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion kore/src/main/java/org/kframework/POSet.java
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,8 @@ private Map<T, Integer> computeConnectedComponents() {
* not recompute the mapping and therefore take constant time.
*
* @return A lazily initialized map from elements to an integer in the range [0, N) indicating
* which connected component that element belongs to.
* which connected component that element belongs to, where N is the number of connected
* components.
*/
public Map<T, Integer> connectedComponents() {
return connectedComponentsLazy.get();
Expand Down

0 comments on commit 6bde65a

Please sign in to comment.