diff --git a/input/chapter01/chapter01.xml b/input/chapter01/chapter01.xml index 252a2cdb..fd4c91c2 100644 --- a/input/chapter01/chapter01.xml +++ b/input/chapter01/chapter01.xml @@ -1745,9 +1745,9 @@ with a carry bit at the end (highlighted above). By adding this back to the original we end up with the correct value, 10 - Again we still have the problem with two zeros being - represented. Again no modern computer uses one's - complement, mostly because there is a better scheme. + As with the sign bit, one’s complement has two zeroes. + No modern computer uses one's + complement.