Skip to content

Commit 0790470

Browse files
committed
typo
1 parent 8099f74 commit 0790470

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/can.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,7 @@ pub trait Filter {
6565

6666
/// Returns `true` if the `Frame` would have been accepted by this filter.
6767
/// Returns `false` if the `Frame` would have been filtered by this filter.
68-
fn accept<T: Frame<Id=Self::Id>>(&self, frame: T) -> bool;
69-
68+
fn accepts<T: Frame<Id=Self::Id>>(&self, frame: T) -> bool;
7069
}
7170

7271

0 commit comments

Comments
 (0)