Skip to content

Commit 9ce35b7

Browse files
author
msebolt
committed
bitset touchup
1 parent a0766c2 commit 9ce35b7

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

docs/standard-library/bitset.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ Defines the template class bitset and two supporting template functions for repr
1212
## Syntax
1313

1414
```
15-
1615
#include <bitset>
1716
```
1817

@@ -30,7 +29,7 @@ Defines the template class bitset and two supporting template functions for repr
3029

3130
|Class|Description|
3231
|-|-|
33-
|[bitset Class](../standard-library/bitset-class.md)|The template class describes a type of object that stores a sequence consisting of a fixed number of bits that provide a compact way of keeping flags for a set of items or conditions.|
32+
|[bitset](../standard-library/bitset-class.md)|The template class describes a type of object that stores a sequence consisting of a fixed number of bits that provide a compact way of keeping flags for a set of items or conditions.|
3433

3534
## See also
3635

0 commit comments

Comments
 (0)