Remove garbled doc comment for actix_router::IntoPattern::is_single

Was it supposed to say "Single pattern"?
This commit is contained in:
Matt Kantor 2020-07-28 11:32:04 -07:00
parent 8ace9264b7
commit 4cbb9ee9eb
1 changed files with 0 additions and 1 deletions

View File

@ -37,7 +37,6 @@ impl ResourcePath for bytestring::ByteString {
/// Helper trait for type that could be converted to path pattern
pub trait IntoPattern {
/// Signle patter
fn is_single(&self) -> bool;
fn patterns(&self) -> Vec<String>;