File tree 1 file changed +3
-3
lines changed
Language/Variables/Conversion
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ subCategories: [ "Conversion" ]
17
17
18
18
[float]
19
19
=== Description
20
- Converts a value to the link:../../data-types/float[float] data type.
20
+ Converts a value to the ` link:../../data-types/float[float]` data type.
21
21
[%hardbreaks]
22
22
23
23
@@ -34,7 +34,7 @@ Converts a value to the link:../../data-types/float[float] data type.
34
34
35
35
[float]
36
36
=== Returns
37
- Data type: `float`.
37
+ Data type: link:../../data-types/float[ `float`] .
38
38
39
39
--
40
40
// OVERVIEW SECTION ENDS
@@ -48,7 +48,7 @@ Data type: `float`.
48
48
49
49
[float]
50
50
=== Notes and Warnings
51
- See the reference for link:../../data-types/float[float] for details about the precision and limitations of floating point numbers on Arduino.
51
+ See the reference for link:../../data-types/float[` float` ] for details about the precision and limitations of floating point numbers on Arduino.
52
52
[%hardbreaks]
53
53
54
54
--
You can’t perform that action at this time.
0 commit comments