Use correct function name
This commit is contained in:
parent
4618b2be0e
commit
101f99c825
@ -18,7 +18,7 @@ impl Document {
|
|||||||
let mut rows = Vec::new();
|
let mut rows = Vec::new();
|
||||||
|
|
||||||
for value in contents.lines() {
|
for value in contents.lines() {
|
||||||
let mut row = Row::From(value);
|
let mut row = Row::from(value);
|
||||||
row.highlight();
|
row.highlight();
|
||||||
rows.push(row);
|
rows.push(row);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user