Skip to content

Commit 83d2bc3

Browse files
committed
Change mdbook link after rename
1 parent 9332c49 commit 83d2bc3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

book/src/engine/major_concepts.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ An [`ExClause`] is described in literature as `A :- D | G` or
5959
`A holds given that G holds with D delayed goals`. In `chalk-engine`, an
6060
`ExClause` stores the current state of proving a goal, including existing
6161
substitutions already found, subgoals yet to be proven, or delayed subgoals. A
62-
[`Strand`] wraps both an [`ExClause`] and an [`TruncatingInferenceTable`] together.
62+
[`Strand`] wraps [`ExClause`] and an [`InferenceTable`] together.
6363

6464
## Tables and Forests
6565

@@ -78,7 +78,7 @@ stack).
7878

7979
[`Context`]: https://rust-lang.github.io/chalk/chalk_engine/context/trait.Context.html
8080
[`ContextOps`]: https://rust-lang.github.io/chalk/chalk_engine/context/trait.ContextOps.html
81-
[`TruncatingInferenceTable`]: https://rust-lang.github.io/chalk/chalk_engine/slg/struct.TruncatingInferenceTable.html
81+
[`InferenceTable`]: https://rust-lang.github.io/chalk/chalk_solve/infer/struct.InferenceTable.html
8282
[`Solution`]: https://rust-lang.github.io/chalk/chalk_solve/solve/enum.Solution.html
8383
[`ExClause`]: https://rust-lang.github.io/chalk/chalk_engine/struct.ExClause.html
8484
[`Strand`]: https://rust-lang.github.io/chalk/chalk_engine/strand/struct.Strand.html

0 commit comments

Comments
 (0)