File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -509,6 +509,7 @@ Examples of floating-point literals of various forms:
509
509
0.1f64 ; // type f64
510
510
0.1f32 ; // type f32
511
511
12E + 99_ f64 ; // type f64
512
+ 5f32 ; // type f32
512
513
let x : f64 = 2 . ; // type f64
513
514
```
514
515
@@ -517,9 +518,7 @@ syntax with a floating point literal ending in a period. `2.f64` would attempt
517
518
to call a method named ` f64 ` on ` 2 ` .
518
519
519
520
The representation semantics of floating-point numbers are described in
520
- [ "Machine Types"] .
521
-
522
- [ "Machine Types" ] : types/numeric.md
521
+ [ "Machine Types"] [ machine types ] .
523
522
524
523
### Boolean literals
525
524
@@ -637,6 +636,7 @@ them are referred to as "token trees" in [macros]. The three types of brackets
637
636
[ if let ] : expressions/if-expr.md#if-let-expressions
638
637
[ keywords ] : keywords.md
639
638
[ lazy-bool ] : expressions/operator-expr.md#lazy-boolean-operators
639
+ [ machine types ] : types/numeric.md
640
640
[ macros ] : macros-by-example.md
641
641
[ match ] : expressions/match-expr.md
642
642
[ negation ] : expressions/operator-expr.md#negation-operators
You can’t perform that action at this time.
0 commit comments