Skip to content

Commit d7c02c3

Browse files
committed
Link from literals to their representation
Fixes #22152
1 parent cf636c2 commit d7c02c3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/doc/reference.md

+3
Original file line numberDiff line numberDiff line change
@@ -518,6 +518,9 @@ This last example is different because it is not possible to use the suffix
518518
syntax with a floating point literal ending in a period. `2.f64` would attempt
519519
to call a method named `f64` on `2`.
520520

521+
The representation semantics of floating-point numbers are described in
522+
["Machine Types"](#machine-types).
523+
521524
#### Boolean literals
522525

523526
The two values of the boolean type are written `true` and `false`.

0 commit comments

Comments
 (0)