From a1ec4da091c48e8621d6b7b97f14078d84579689 Mon Sep 17 00:00:00 2001 From: Animesh Srivastava Date: Fri, 12 Jul 2019 03:46:03 +0530 Subject: [PATCH] Update byteCast.adoc Code Highlight markup and Link colouration fix --- Language/Variables/Conversion/byteCast.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Language/Variables/Conversion/byteCast.adoc b/Language/Variables/Conversion/byteCast.adoc index 25e3484d4..e1d50ee4e 100644 --- a/Language/Variables/Conversion/byteCast.adoc +++ b/Language/Variables/Conversion/byteCast.adoc @@ -17,7 +17,7 @@ subCategories: [ "Conversion" ] [float] === Description -Converts a value to the link:../../data-types/byte[byte] data type. +Converts a value to the `link:../../data-types/byte[byte]` data type. [%hardbreaks] @@ -34,7 +34,7 @@ Converts a value to the link:../../data-types/byte[byte] data type. [float] === Returns -Data type: `byte`. +Data type: link:../../data-types/byte[`byte`]. -- // OVERVIEW SECTION ENDS