Fix typo in comment.

This commit is contained in:
Matthew Goodson 2018-01-11 14:26:15 +13:00 committed by GitHub
parent 9663cabfee
commit 6637e115e8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1711,7 +1711,7 @@ No: <span class="external"></span>def foo(a, b=FLAGS.my_thing): # sys.argv has
<span class="external"></span># in the array and the array size and then do binary search to
<span class="external"></span># get the exact number.
<span class="external"></span>if i &amp; (i-1) == 0: # true iff i is a power of 2
<span class="external"></span>if i &amp; (i-1) == 0: # true if i is a power of 2
<span class="external"></span>
</PRE></DIV>