1
Fork 0

Fix typos & us spellings

This commit is contained in:
Fourchaux 2017-08-15 21:45:21 +02:00
parent 82be83cf74
commit c7104be1a3
47 changed files with 59 additions and 59 deletions

View file

@ -141,7 +141,7 @@ pub struct Annotation {
}
impl Annotation {
/// Wether this annotation is a vertical line placeholder.
/// Whether this annotation is a vertical line placeholder.
pub fn is_line(&self) -> bool {
if let AnnotationType::MultilineLine(_) = self.annotation_type {
true