Skip to content

Commit 762c9d9

Browse files
committed
---
yaml --- r: 33243 b: refs/heads/snap-stage3 c: edf493f h: refs/heads/master i: 33241: 7d70bd8 33239: 46b10d5 v: v3
1 parent 4e584fe commit 762c9d9

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
refs/heads/master: cd6f24f9d14ac90d167386a56e7a6ac1f0318195
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4-
refs/heads/snap-stage3: 3a2e9e404a3042d8642084cfe391804bd924b48c
4+
refs/heads/snap-stage3: edf493f07b5316363a3ced23572c7ed79310b048
55
refs/heads/try: d324a424d8f84b1eb049b12cf34182bda91b0024
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b

branches/snap-stage3/doc/rust.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2342,12 +2342,12 @@ The machine types are the following:
23422342

23432343

23442344
* The unsigned word types `u8`, `u16`, `u32` and `u64`, with values drawn from
2345-
the integer intervals $[0, 2^8 - 1]$, $[0, 2^16 - 1]$, $[0, 2^32 - 1]$ and
2346-
$[0, 2^64 - 1]$ respectively.
2345+
the integer intervals $[0, 2^8 - 1]$, $[0, 2^{16} - 1]$, $[0, 2^{32} - 1]$ and
2346+
$[0, 2^{64} - 1]$ respectively.
23472347

23482348
* The signed two's complement word types `i8`, `i16`, `i32` and `i64`, with
23492349
values drawn from the integer intervals $[-(2^7), 2^7 - 1]$,
2350-
$[-(2^15), 2^15 - 1]$, $[-(2^31), 2^31 - 1]$, $[-(2^63), 2^63 - 1]$
2350+
$[-(2^{15}), 2^{15} - 1]$, $[-(2^{31}), 2^{31} - 1]$, $[-(2^{63}), 2^{63} - 1]$
23512351
respectively.
23522352

23532353
* The IEEE 754-2008 `binary32` and `binary64` floating-point types: `f32` and

0 commit comments

Comments
 (0)