Skip to content

Commit

Permalink
Merge pull request #2481 from nododile-me/patch-2
Browse files Browse the repository at this point in the history
Referencing to Appendix B
  • Loading branch information
steveklabnik authored Oct 20, 2020
2 parents dbe309e + 4eef2b2 commit 13e1c05
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/ch03-02-data-types.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ The following code shows how you’d use each one in a `let` statement:
```

Each expression in these statements uses a mathematical operator and evaluates
to a single value, which is then bound to a variable. Appendix B contains a
to a single value, which is then bound to a variable. [Appendix B][appendix_b]<!-- ignore --> contains a
list of all operators that Rust provides.

#### The Boolean Type
Expand Down Expand Up @@ -348,3 +348,4 @@ ch02-00-guessing-game-tutorial.html#comparing-the-guess-to-the-secret-number
[strings]: ch08-02-strings.html#storing-utf-8-encoded-text-with-strings
[unrecoverable-errors-with-panic]: ch09-01-unrecoverable-errors-with-panic.html
[wrapping]: ../std/num/struct.Wrapping.html
[appendix_b]: appendix-02-operators.md

0 comments on commit 13e1c05

Please sign in to comment.