Fix typo in doc

This commit is contained in:
Alexandre Bury 2018-11-08 12:05:18 -08:00
parent e82f0a077d
commit 3f4719c148

View File

@ -365,7 +365,7 @@ impl IndexedCow {
}
}
/// Returns `ŧrue` if this represents an empty span.
/// Returns `true` if this represents an empty span.
pub fn is_empty(&self) -> bool {
match *self {
IndexedCow::Borrowed { start, end } => start == end,