Skip to content

Commit 791c8d2

Browse files
Update unsignedIntCast.adoc
1 parent 16fa87c commit 791c8d2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Language/Variables/Conversion/unsignedIntCast.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/unsignedint[unsigned int] data type.
20+
Converts a value to the `link:../../data-types/unsignedint[unsigned int]` data type.
2121
[%hardbreaks]
2222

2323

@@ -32,7 +32,7 @@ Converts a value to the link:../../data-types/unsignedint[unsigned int] data typ
3232

3333
[float]
3434
=== Returns
35-
`unsigned int`
35+
link:../../data-types/unsignedint[`unsigned int`]
3636

3737
--
3838
// OVERVIEW SECTION ENDS
@@ -52,4 +52,4 @@ Converts a value to the link:../../data-types/unsignedint[unsigned int] data typ
5252

5353

5454
--
55-
// SEE ALSO SECTION ENDS
55+
// SEE ALSO SECTION ENDS

0 commit comments

Comments
 (0)