[docs] There are more than three bit storage containers.

To avoid listing all the bit containers in the title and do not use the
specific number for the number of bit containers.

Differential Revision: https://reviews.llvm.org/D117849
This commit is contained in:
Hsiangkai Wang 2022-01-21 01:46:34 +00:00
parent 48f763edb4
commit 901dd53cbf
1 changed files with 2 additions and 2 deletions

View File

@ -2398,10 +2398,10 @@ always better.
.. _ds_bit:
Bit storage containers (BitVector, SparseBitVector, CoalescingBitVector)
Bit storage containers
------------------------------------------------------------------------
There are three bit storage containers, and choosing when to use each is
There are several bit storage containers, and choosing when to use each is
relatively straightforward.
One additional option is ``std::vector<bool>``: we discourage its use for two