From Jason Turner

[inclusive.scan]

Diff to HTML by rtfpessoa

tmp/tmpr5fl31_w/{from.md → to.md} RENAMED
@@ -89,7 +89,7 @@ through `result + K` the value of
89
  *Remarks:* `result` may be equal to `first`.
90
 
91
  [*Note 1*: The difference between `exclusive_scan` and `inclusive_scan`
92
  is that `inclusive_scan` includes the iᵗʰ input element in the iᵗʰ sum.
93
  If `binary_op` is not mathematically associative, the behavior of
94
- `inclusive_scan` may be nondeterministic. — *end note*]
95
 
 
89
  *Remarks:* `result` may be equal to `first`.
90
 
91
  [*Note 1*: The difference between `exclusive_scan` and `inclusive_scan`
92
  is that `inclusive_scan` includes the iᵗʰ input element in the iᵗʰ sum.
93
  If `binary_op` is not mathematically associative, the behavior of
94
+ `inclusive_scan` can be nondeterministic. — *end note*]
95