Skip to content

Commit 0c82a67

Browse files
authored
Merge pull request #683 from animeshsrivastava24/patch-18
Code Highlight markup and Link colouration fix sizeof.adoc
2 parents a663b6b + a2145ed commit 0c82a67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Language/Variables/Utilities/sizeof.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ void loop() {
6666

6767
[float]
6868
=== Notes and Warnings
69-
Note that `sizeof` returns the total number of bytes. So for arrays of larger variable types such as ints, the for loop would look something like this.
69+
Note that `sizeof` returns the total number of bytes. So for arrays of larger variable types such as link:../../data-types/int[`int`]s, the for loop would look something like this.
7070

7171
[source,arduino]
7272
----

0 commit comments

Comments
 (0)