refactor: view -> ui

This commit is contained in:
graelo 2020-06-01 15:25:54 +02:00
parent 57f032af7c
commit 0accc9bc6b
3 changed files with 49 additions and 49 deletions

View file

@ -45,7 +45,7 @@ impl<'a> fmt::Debug for RawMatch<'a> {
}
}
/// Holds data for the `View`.
/// Holds data for the `Ui`.
pub struct Model<'a> {
pub lines: &'a Vec<&'a str>,
alphabet: &'a Alphabet,