From 65cd440ad029dc0b45b1f0df95a7d229c687a496 Mon Sep 17 00:00:00 2001 From: Animesh Srivastava Date: Fri, 12 Jul 2019 03:52:45 +0530 Subject: [PATCH 1/2] Update floatCast.adoc Code Highlight markup and Link colouration fix. Ref: #546 --- Language/Variables/Conversion/floatCast.adoc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Language/Variables/Conversion/floatCast.adoc b/Language/Variables/Conversion/floatCast.adoc index 920a04285..f7ebd5d8d 100644 --- a/Language/Variables/Conversion/floatCast.adoc +++ b/Language/Variables/Conversion/floatCast.adoc @@ -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] @@ -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 @@ -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] -- From 711c673b71763dae82bab186f194be0235added1 Mon Sep 17 00:00:00 2001 From: Animesh Srivastava Date: Fri, 12 Jul 2019 12:42:28 +0530 Subject: [PATCH 2/2] Update Language/Variables/Conversion/floatCast.adoc Co-Authored-By: per1234 --- Language/Variables/Conversion/floatCast.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Language/Variables/Conversion/floatCast.adoc b/Language/Variables/Conversion/floatCast.adoc index f7ebd5d8d..ccd127afd 100644 --- a/Language/Variables/Conversion/floatCast.adoc +++ b/Language/Variables/Conversion/floatCast.adoc @@ -48,7 +48,7 @@ Data type: link:../../data-types/float[`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] --