Skip to content

Commit 0c5f1da

Browse files
authored
Remove garbled doc comment for actix_router::IntoPattern::is_single (#168)
1 parent 8ace926 commit 0c5f1da

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

router/src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ impl ResourcePath for bytestring::ByteString {
3737

3838
/// Helper trait for type that could be converted to path pattern
3939
pub trait IntoPattern {
40-
/// Signle patter
4140
fn is_single(&self) -> bool;
4241

4342
fn patterns(&self) -> Vec<String>;

0 commit comments

Comments
 (0)