mirror of
https://github.com/FliegendeWurst/cursive.git
synced 2024-11-23 17:35:00 +00:00
Fix typo in doc
This commit is contained in:
parent
e82f0a077d
commit
3f4719c148
@ -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 {
|
pub fn is_empty(&self) -> bool {
|
||||||
match *self {
|
match *self {
|
||||||
IndexedCow::Borrowed { start, end } => start == end,
|
IndexedCow::Borrowed { start, end } => start == end,
|
||||||
|
Loading…
Reference in New Issue
Block a user