You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: guide/src/guide/reading.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,12 +30,12 @@ The icons displayed will depend on the settings of how the book was generated.
30
30
31
31
| Icon | Description |
32
32
|------|-------------|
33
-
| <iclass="fa fa-bars"></i> | Opens and closes the chapter listing sidebar. |
34
-
| <iclass="fa fa-paint-brush"></i> | Opens a picker to choose a different color theme. |
35
-
| <iclass="fa fa-search"></i> | Opens a search bar for searching within the book. |
36
-
| <iclass="fa fa-print"></i> | Instructs the web browser to print the entire book. |
37
-
| <iclass="fa fa-github"></i> | Opens a link to the website that hosts the source code of the book. |
38
-
| <iclass="fa fa-edit"></i> | Opens a page to directly edit the source of the page you are currently reading. |
33
+
| <iclass="fas fa-bars"></i> | Opens and closes the chapter listing sidebar. |
34
+
| <iclass="fas fa-paintbrush"></i> | Opens a picker to choose a different color theme. |
35
+
| <iclass="fas fa-magnifying-glass"></i> | Opens a search bar for searching within the book. |
36
+
| <iclass="fas fa-print"></i> | Instructs the web browser to print the entire book. |
37
+
| <iclass="fab fa-github"></i> | Opens a link to the website that hosts the source code of the book. |
38
+
| <iclass="fas fa-pencil"></i> | Opens a page to directly edit the source of the page you are currently reading. |
39
39
40
40
Tapping the menu bar will scroll the page to the top.
41
41
@@ -59,9 +59,9 @@ Code blocks may contain several different icons for interacting with them:
59
59
| Icon | Description |
60
60
|------|-------------|
61
61
| <iclass="fa fa-copy"></i> | Copies the code block into your local clipboard, to allow pasting into another application. |
62
-
| <iclass="fa fa-play"></i> | For Rust code examples, this will execute the sample code and display the compiler output just below the example (see [playground]). |
62
+
| <iclass="fas fa-play"></i> | For Rust code examples, this will execute the sample code and display the compiler output just below the example (see [playground]). |
63
63
| <iclass="fa fa-eye"></i> | For Rust code examples, this will toggle visibility of "hidden" lines. Sometimes, larger examples will hide lines which are not particularly relevant to what is being illustrated (see [hiding code lines]). |
64
-
| <iclass="fa fa-history"></i> | For [editable code examples][editor], this will undo any changes you have made. |
64
+
| <iclass="fas fa-clock-rotate-left"></i> | For [editable code examples][editor], this will undo any changes you have made. |
0 commit comments