Skip to content

Commit b186d4b

Browse files
authored
Fixing sizeof doesn't highlight sizeof keyword
Fixes #437
1 parent c2ce5f5 commit b186d4b

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
@@ -12,7 +12,7 @@ subCategories: [ "Utilities" ]
1212

1313
[float]
1414
=== Description
15-
The sizeof operator returns the number of bytes in a variable type, or the number of bytes occupied by an array.
15+
The `sizeof` operator returns the number of bytes in a variable type, or the number of bytes occupied by an array.
1616
[%hardbreaks]
1717

1818

0 commit comments

Comments
 (0)