Skip to content

Commit

Permalink
fix: small typo error
Browse files Browse the repository at this point in the history
  • Loading branch information
0xflotus authored Dec 27, 2020
1 parent f48c1a9 commit 7d322a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions book/src/engine/major_concepts.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ into `HHGoal`s.

There are three types of completely opaque `HhGoal`s that Chalk can solve:
`Unify`, `DomainGoal`, and `CannotProve`. Unlike the other types of goals,
these three cannot be simiplified any further. `Unify` is the goal of unifying
these three cannot be simplified any further. `Unify` is the goal of unifying
any two types. `DomainGoal` is any goal that can solve by applying a
[`ProgramClause`]. To solve this, more `Goal`s may generated. Finally,
`CannotProve` is a special goal that *cannot* be proven true or false.
Expand Down Expand Up @@ -89,4 +89,4 @@ stack).
[`TruncateOps`]: https://rust-lang.github.io/chalk/chalk_engine/context/trait.TruncateOps.html
[`ResolventOps`]: https://rust-lang.github.io/chalk/chalk_engine/context/trait.ResolventOps.html
[`ProgramClause`]: https://rust-lang.github.io/chalk/chalk_ir/struct.ProgramClause.html
[`Answer`]: https://rust-lang.github.io/chalk/chalk_engine/struct.Answer.html
[`Answer`]: https://rust-lang.github.io/chalk/chalk_engine/struct.Answer.html

0 comments on commit 7d322a1

Please sign in to comment.