Skip to content

Commit ab8eb57

Browse files
authored
Merge pull request #163 from lengyijun/patch-1
typo fix
2 parents de83bca + 09d22cc commit ab8eb57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

polonius-engine/src/facts.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ pub struct AllFacts<T: FactTypes> {
2525

2626
/// `subset_base(origin1, origin2, point)` when we require `origin1@point: origin2@point`.
2727
/// Indicates that `origin1 <= origin2` -- i.e., the set of loans in `origin1` are a subset
28-
// of those in `origin2`.
28+
/// of those in `origin2`.
2929
pub subset_base: Vec<(T::Origin, T::Origin, T::Point)>,
3030

3131
/// `loan_invalidated_at(point, loan)` indicates that the `loan` is invalidated by some action

0 commit comments

Comments
 (0)