From 42ed64ad041da7052405d0c3038d40647c722c6d Mon Sep 17 00:00:00 2001 From: Guy Bedford Date: Tue, 2 Feb 2021 17:47:33 +0200 Subject: [PATCH] reword definition --- spec.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec.html b/spec.html index 08d5288..86906dc 100644 --- a/spec.html +++ b/spec.html @@ -347,7 +347,7 @@

Cyclic Module Records

Cyclic Module Record | *undefined* - The first DFS ancestor module of the strongly connected component. For a module not in a cycle this would be the module itself. + The first visited module of the cycle, the root DFS ancestor of the strongly connected component. For a module not in a cycle this would be the module itself.