From b3ada6be20fc0c04d5b4ad6dcb36de53fb2cbbf6 Mon Sep 17 00:00:00 2001 From: Saul Chavez Sanchez <34733080+ChaboCode@users.noreply.github.com> Date: Wed, 28 Oct 2020 20:56:43 -0600 Subject: [PATCH] Really minor fix (#520) * Really minor fix Now it looks a little bit prettier --- doc/tutorial_1.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/tutorial_1.md b/doc/tutorial_1.md index dbe6f39..3c8b047 100644 --- a/doc/tutorial_1.md +++ b/doc/tutorial_1.md @@ -123,7 +123,7 @@ close the application. ## Views -[`View`s] are the main components of the user interface in a cursive +[`Views`] are the main components of the user interface in a cursive application. At their core, they define what to draw in a rectangle of the terminal. For instance, a view can print a line of text, or a checkbox, etc. @@ -154,7 +154,7 @@ fn main() { } ``` -[`View`s]: https://docs.rs/cursive/0/cursive/view/trait.View.html +[`Views`]: https://docs.rs/cursive/0/cursive/view/trait.View.html [`TextView`]: https://docs.rs/cursive/0/cursive/views/struct.TextView.html [`StackView`]: https://docs.rs/cursive/0/cursive/views/struct.StackView.html [`Cursive::add_layer`]: https://docs.rs/cursive/0/cursive/struct.Cursive.html#method.add_layer