Skip to content

Commit 65cd440

Browse files
Update floatCast.adoc
Code Highlight markup and Link colouration fix. Ref: arduino#546
1 parent 16fa87c commit 65cd440

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Language/Variables/Conversion/floatCast.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ subCategories: [ "Conversion" ]
1717

1818
[float]
1919
=== 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.
2121
[%hardbreaks]
2222

2323

@@ -34,7 +34,7 @@ Converts a value to the link:../../data-types/float[float] data type.
3434

3535
[float]
3636
=== Returns
37-
Data type: `float`.
37+
Data type: link:../../data-types/float[`float`].
3838

3939
--
4040
// OVERVIEW SECTION ENDS
@@ -48,7 +48,7 @@ Data type: `float`.
4848

4949
[float]
5050
=== 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.
5252
[%hardbreaks]
5353

5454
--

0 commit comments

Comments
 (0)