The documentation for the bitwise or operator incorrectly stated that each bit
is true only where corresponding bits of both inputs were true, which describes
the bitwise and operator. Updated to correctly state that each bit is true where
corresponding bits of one or both inputs were true.