Skip to content

Commit bc11c3c

Browse files
authored
Merge pull request #669 from animeshsrivastava24/patch-27
Code Highlight markup and Link colouration fix unsignedLongCast.adoc
2 parents f6de923 + 0ac40c0 commit bc11c3c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

2323

@@ -32,7 +32,7 @@ Converts a value to the link:../../data-types/unsignedlong[unsigned long] data t
3232

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

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

5353

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

0 commit comments

Comments
 (0)