Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions Language/Variables/Conversion/floatCast.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ subCategories: [ "Conversion" ]

[float]
=== Description
Converts a value to the link:../../data-types/float[float] data type.
Converts a value to the `link:../../data-types/float[float]` data type.
[%hardbreaks]


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

[float]
=== Returns
Data type: `float`.
Data type: link:../../data-types/float[`float`].

--
// OVERVIEW SECTION ENDS
Expand All @@ -48,7 +48,7 @@ Data type: `float`.

[float]
=== Notes and Warnings
See the reference for link:../../data-types/float[float] for details about the precision and limitations of floating point numbers on Arduino.
See the reference for `link:../../data-types/float[float]` for details about the precision and limitations of floating point numbers on Arduino.
[%hardbreaks]

--
Expand Down