Skip to content

Commit

Permalink
Fixes typo in what_is_chalk.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hoijui authored Nov 8, 2023
1 parent fa24c5c commit 82bbf37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion book/src/what_is_chalk.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ To do this, it takes as input key information about a Rust program, such as:

Internally, Chalk works by converting the Rust-specific information, like traits
and impls, into *logical predicates*. This process is called "lowering", and you
can learn more about in the [*Lowering to Logic*][lowering-to-logic] and
can learn more about it in the [*Lowering to Logic*][lowering-to-logic] and
[*Lowering Rules*][lowering-rules]) sections.

[lowering-rules]: ./clauses/lowering_rules.html
Expand Down

0 comments on commit 82bbf37

Please sign in to comment.