chore: incorrect comment fix
This commit is contained in:
parent
761a62df86
commit
7c7bd20159
1 changed files with 1 additions and 2 deletions
|
@ -86,8 +86,7 @@ impl EditorView {
|
|||
}
|
||||
|
||||
/// Declare the welcome screen declaratively using this macro
|
||||
/// It avoids the performance overhead of calling `Vec<Option<_>>::flatten` and
|
||||
/// makes it easy to get the longest line in the center and the left, without
|
||||
/// It makes it easy to get the longest line in the center and the left, without
|
||||
/// having to iterate over the `Vec<_>` again.
|
||||
macro_rules! welcome {
|
||||
(
|
||||
|
|
Loading…
Add table
Reference in a new issue