mirror of https://github.com/helix-editor/helix
chore: incorrect comment fix
parent
761a62df86
commit
7c7bd20159
|
@ -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 {
|
||||||
(
|
(
|
||||||
|
|
Loading…
Reference in New Issue