Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions tutorials/online/sidenote-acyclic-explanation.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@

<body>
<h2>Why <b><tt>acyclic</b></tt> holds</h2>

<p> Hypothetical Scenario</p>
<p> Imagine starting at <b><tt>Root</b></tt> and following the
<b><tt>contents</b></tt> relation. Suppose you found a cyclic
path and followed it. At some point, you will encounter a
<b><tt>contents</b></tt> relation. Suppose you found a
path and followed it and at some point, you encounter a
directory which you have already visited.
<ul>
<li> The duplicated directory cannot be the root, since the root has
Expand Down