Really minor fix (#520)

* Really minor fix

Now it looks a little bit prettier
This commit is contained in:
Saul Chavez Sanchez 2020-10-28 20:56:43 -06:00 committed by GitHub
parent fb23445e1d
commit b3ada6be20
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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