Skip to content

Commit 443668b

Browse files
thomasmulvaneymark-i-m
authored andcommitted
Fix typo, 'which' repeated twice
1 parent 1f595b4 commit 443668b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/traits/chalk-overview.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ This rule dictates that `Vec<T>: Clone` is only satisfied if `T: Clone` is also
122122
satisfied (i.e. "provable").
123123

124124
Similar to [`chalk::program::Program`][chalk-program] which has "rust-like
125-
things", chalk_ir defines [`ProgramEnvironment`] which which is "pure logic".
125+
things", chalk_ir defines [`ProgramEnvironment`] which is "pure logic".
126126
The main field in that struct is `program_clauses`, which contains the
127127
[`ProgramClause`]s generated by the rules module.
128128

0 commit comments

Comments
 (0)