Skip to content

Commit 6f9308c

Browse files
committed
Fixed minor type in modulo reference
1 parent a7e9907 commit 6f9308c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/api_en/include/modulo.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Modulo is extremely useful for keeping numbers within a boundary such as keeping
3939
]]></description>
4040

4141
<syntax>
42-
<c>value1</c>%<c>value2</c>
42+
<c>value1</c> % <c>value2</c>
4343
</syntax>
4444

4545
<parameter>

0 commit comments

Comments
 (0)