mirror of
https://github.com/google/styleguide.git
synced 2024-03-22 13:11:43 +08:00
Fix typo in comment.
This commit is contained in:
parent
9663cabfee
commit
6637e115e8
|
@ -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 & (i-1) == 0: # true iff i is a power of 2
|
||||
<span class="external"></span>if i & (i-1) == 0: # true if i is a power of 2
|
||||
<span class="external"></span>
|
||||
</PRE></DIV>
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user