Skip to content

Commit 09d22cc

Browse files
authored
typo fix
1 parent de83bca commit 09d22cc

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)