From Jason Turner

[container.insert.return]

Diff to HTML by rtfpessoa

tmp/tmpul3g3h2x/{from.md → to.md} RENAMED
@@ -13,10 +13,10 @@ struct insert-return-type
13
  bool inserted;
14
  NodeType node;
15
  };
16
  ```
17
 
18
- The name *`insert-return-type`* is exposition only.
19
  *`insert-return-type`* has the template parameters, data members, and
20
  special members specified above. It has no base classes or members other
21
  than those specified.
22
 
 
13
  bool inserted;
14
  NodeType node;
15
  };
16
  ```
17
 
18
+ The name *`insert-return-type`* is for exposition only.
19
  *`insert-return-type`* has the template parameters, data members, and
20
  special members specified above. It has no base classes or members other
21
  than those specified.
22