Skip to content

Commit

Permalink
Auto merge of #804 - hoijui:patch-1, r=jackh726
Browse files Browse the repository at this point in the history
Fixes typo in what_is_chalk.md
  • Loading branch information
bors committed Nov 18, 2023
2 parents 357dfcc + 82bbf37 commit 5464dab
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 5464dab

Please sign in to comment.