We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ccdc26f commit 49c6b3cCopy full SHA for 49c6b3c
src/doc/book/variable-bindings.md
@@ -47,7 +47,7 @@ let x: i32 = 5;
47
```
48
49
If I asked you to read this out loud to the rest of the class, you’d say “`x`
50
-is a binding with the type `i32` and the value `five`.”
+is a binding with the type `i32` and the value `5`.”
51
52
In this case we chose to represent `x` as a 32-bit signed integer. Rust has
53
many different primitive integer types. They begin with `i` for signed integers
0 commit comments