chore: incorrect comment fix

pull/13197/head
Nik Revenco 2025-04-02 16:10:10 +01:00
parent 761a62df86
commit 7c7bd20159
1 changed files with 1 additions and 2 deletions

View File

@ -86,8 +86,7 @@ impl EditorView {
} }
/// Declare the welcome screen declaratively using this macro /// Declare the welcome screen declaratively using this macro
/// It avoids the performance overhead of calling `Vec<Option<_>>::flatten` and /// It makes it easy to get the longest line in the center and the left, without
/// makes it easy to get the longest line in the center and the left, without
/// having to iterate over the `Vec<_>` again. /// having to iterate over the `Vec<_>` again.
macro_rules! welcome { macro_rules! welcome {
( (