From Jason Turner

[facet.ctype.char.dtor]

Diff to HTML by rtfpessoa

tmp/tmpxqiea1vg/{from.md → to.md} RENAMED
@@ -3,7 +3,7 @@
3
  ``` cpp
4
  ~ctype();
5
  ```
6
 
7
  *Effects:* If the constructor’s first argument was nonzero, and its
8
- second argument was true, does `delete [] table()`.
9
 
 
3
  ``` cpp
4
  ~ctype();
5
  ```
6
 
7
  *Effects:* If the constructor’s first argument was nonzero, and its
8
+ second argument was `true`, does `delete [] table()`.
9