From 2a30d75691127d35a0d11ad7095bd7dbc12dedc0 Mon Sep 17 00:00:00 2001 From: Noam Raphael Date: Sun, 30 Jan 2022 20:16:18 +0200 Subject: [PATCH] "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 --- src/about.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/about.md b/src/about.md index e1d0b70..7de8904 100644 --- a/src/about.md +++ b/src/about.md @@ -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" () button located in the top +"Show hidden lines" () button located in the top right corner of the snippet. ```rust,edition2018