"expand" -> "show hidden lines"

Change the name of the button and its icon according to what's actually displayed on https://rust-lang-nursery.github.io/rust-cookbook/about.html
This commit is contained in:
Noam Raphael 2022-01-30 20:16:18 +02:00 committed by GitHub
parent 752b035c1a
commit 2a30d75691
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -144,7 +144,7 @@ work.
For the sake of readability error handling boilerplate is hidden by
default like below. In order to read full contents click on the
"expand" (<i class="fa fa-expand"></i>) button located in the top
"Show hidden lines" (<i class="fa fa-eye"></i>) button located in the top
right corner of the snippet.
```rust,edition2018