Skip to content

Commit 3955fe3

Browse files
committed
Formatted lines that passed 80 chars in types.md
1 parent fa72371 commit 3955fe3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/types.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -67,12 +67,12 @@ fn main() {
6767

6868
The machine types are the following:
6969

70-
* The unsigned word types `u8`, `u16`, `u32`, `u64`, and `u128` with values drawn from
71-
the integer intervals [0, 2^8 - 1], [0, 2^16 - 1], [0, 2^32 - 1],
70+
* The unsigned word types `u8`, `u16`, `u32`, `u64`, and `u128` with values
71+
drawn from the integer intervals [0, 2^8 - 1], [0, 2^16 - 1], [0, 2^32 - 1],
7272
[0, 2^64 - 1], and [0, 2^128 - 1] respectively.
7373

74-
* The signed two's complement word types `i8`, `i16`, `i32`, `i64`, and `i128`, with
75-
values drawn from the integer intervals [-(2^7), 2^7 - 1],
74+
* The signed two's complement word types `i8`, `i16`, `i32`, `i64`, and `i128`,
75+
with values drawn from the integer intervals [-(2^7), 2^7 - 1],
7676
[-(2^15), 2^15 - 1], [-(2^31), 2^31 - 1], [-(2^63), 2^63 - 1], and
7777
[-(2^127), 2^127 - 1] respectively.
7878

0 commit comments

Comments
 (0)