From Jason Turner

[mask.array.assign]

Diff to HTML by rtfpessoa

tmp/tmpwwu_gsuy/{from.md → to.md} RENAMED
@@ -5,7 +5,7 @@ void operator=(const valarray<T>&) const;
5
  const mask_array& operator=(const mask_array&) const;
6
  ```
7
 
8
  These assignment operators have reference semantics, assigning the
9
  values of the argument array elements to selected elements of the
10
- `valarray<T>` object to which it refers.
11
 
 
5
  const mask_array& operator=(const mask_array&) const;
6
  ```
7
 
8
  These assignment operators have reference semantics, assigning the
9
  values of the argument array elements to selected elements of the
10
+ `valarray<T>` object to which the `mask_array` object refers.
11