Skip to content

Commit d208e4e

Browse files
committed
fix docs on quantified callback
1 parent 4acecc2 commit d208e4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chalk-solve/src/goal_builder.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ impl<'i, I: Interner> GoalBuilder<'i, I> {
114114
/// to create `forall` and `exists` goals. See:
115115
///
116116
/// * [`GoalBuilder::forall`]
117-
/// * [`GoalBuilder::partially_forall`]
117+
/// * [`GoalBuilder::exists`]
118118
///
119119
/// for details.
120120
pub(crate) fn quantified<G, B, P>(

0 commit comments

Comments
 (0)