From e02e31c8b9d854cd62cbe9799228f6e08e882773 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Mon, 5 Dec 2011 22:04:08 -0600 Subject: Sync with latest script --- doc/html/qbitarray.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/html/qbitarray.html') 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.

Bits can be manipulated by the setBit() and clearBit() 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.

Example:

-- 
cgit v1.2.3