From Jason Turner

[expr.pre.incr]

Diff to HTML by rtfpessoa

tmp/tmpdbi70grw/{from.md → to.md} RENAMED
@@ -9,12 +9,12 @@ operand; it is an lvalue, and it is a bit-field if the operand is a
9
  bit-field. The expression `++x` is equivalent to `x+=1`.
10
 
11
  [*Note 1*: See the discussions of addition [[expr.add]] and assignment
12
  operators [[expr.ass]] for information on conversions. — *end note*]
13
 
14
- The operand of prefix `\dcr` is modified [[defns.access]] by subtracting
15
- `1`. The requirements on the operand of prefix `\dcr` and the properties
16
  of its result are otherwise the same as those of prefix `++`.
17
 
18
  [*Note 2*: For postfix increment and decrement, see 
19
  [[expr.post.incr]]. — *end note*]
20
 
 
9
  bit-field. The expression `++x` is equivalent to `x+=1`.
10
 
11
  [*Note 1*: See the discussions of addition [[expr.add]] and assignment
12
  operators [[expr.ass]] for information on conversions. — *end note*]
13
 
14
+ The operand of prefix `--` is modified [[defns.access]] by subtracting
15
+ `1`. The requirements on the operand of prefix `--` and the properties
16
  of its result are otherwise the same as those of prefix `++`.
17
 
18
  [*Note 2*: For postfix increment and decrement, see 
19
  [[expr.post.incr]]. — *end note*]
20