From a968f31bfdcc53fd5a83561c28da0132c52e7466 Mon Sep 17 00:00:00 2001 From: hardroadcrush <130765493+hardroadcrush@users.noreply.github.com> Date: Tue, 31 Mar 2026 01:55:31 -0900 Subject: [PATCH 1/2] Update sidenote-acyclic-explanation.html Deleted a word for more clarity --- tutorials/online/sidenote-acyclic-explanation.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/online/sidenote-acyclic-explanation.html b/tutorials/online/sidenote-acyclic-explanation.html index 7c44363..de6a920 100644 --- a/tutorials/online/sidenote-acyclic-explanation.html +++ b/tutorials/online/sidenote-acyclic-explanation.html @@ -8,7 +8,7 @@
Imagine starting at Root and following the - contents relation. Suppose you found a cyclic + contents relation. Suppose you found a path and followed it. At some point, you will encounter a directory which you have already visited.
Hypothetical Scenario
Imagine starting at Root and following the contents relation. Suppose you found a - path and followed it. At some point, you will encounter a + path and followed it and at some point, you encounter a directory which you have already visited.