diff options
Diffstat (limited to 'doc/html/qbitarray.html')
-rw-r--r-- | doc/html/qbitarray.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/qbitarray.html b/doc/html/qbitarray.html index 7584aa879..8ea0a68b0 100644 --- a/doc/html/qbitarray.html +++ b/doc/html/qbitarray.html @@ -84,7 +84,7 @@ arrays or bits. <p> Bits can be manipulated by the <a href="#setBit">setBit</a>() and <a href="#clearBit">clearBit</a>() functions, but it is also possible to use the indexing [] operator to test and set individual bits. The [] operator is a little slower than -setBit() and clearBit() because some tricks are retquired to +setBit() and clearBit() because some tricks are required to implement single-bit assignments. <p> Example: <pre> |