diff --git a/Language/Variables/Conversion/unsignedIntCast.adoc b/Language/Variables/Conversion/unsignedIntCast.adoc index 863d2724e..62af57a95 100644 --- a/Language/Variables/Conversion/unsignedIntCast.adoc +++ b/Language/Variables/Conversion/unsignedIntCast.adoc @@ -17,7 +17,7 @@ subCategories: [ "Conversion" ] [float] === Description -Converts a value to the link:../../data-types/unsignedint[unsigned int] data type. +Converts a value to the `link:../../data-types/unsignedint[unsigned int]` data type. [%hardbreaks] @@ -32,7 +32,7 @@ Converts a value to the link:../../data-types/unsignedint[unsigned int] data typ [float] === Returns -`unsigned int` +link:../../data-types/unsignedint[`unsigned int`] -- // OVERVIEW SECTION ENDS @@ -52,4 +52,4 @@ Converts a value to the link:../../data-types/unsignedint[unsigned int] data typ -- -// SEE ALSO SECTION ENDS \ No newline at end of file +// SEE ALSO SECTION ENDS