Skip to content

Commit 7b8e6e5

Browse files
authored
Merge pull request #788 from TADefx/patch-1
Update increment.adoc
2 parents de455ae + 2eb7c1e commit 7b8e6e5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Language/Structure/Compound Operators/increment.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ Increments the value of a variable by 1.
2424

2525
[float]
2626
=== Syntax
27-
`x++; // increment x by one and returns the old value of x` +
28-
`++x; // increment x by one and returns the new value of x`
27+
`x{plus}{plus}; // increment x by one and returns the old value of x` +
28+
`{plus}{plus}x; // increment x by one and returns the new value of x`
2929

3030

3131
[float]

0 commit comments

Comments
 (0)