diff options
author | Owen W. Taylor <otaylor@fishsoup.net> | 2015-02-24 13:12:47 -0500 |
---|---|---|
committer | Owen W. Taylor <otaylor@fishsoup.net> | 2015-02-24 13:12:47 -0500 |
commit | 0f3311c316d4ae22ce369871665ba6b186b825db (patch) | |
tree | 2f07783371bb75d0838a05b4b937aa3d72f02e4c /TODO | |
parent | 0a0ec1c955da2e52f1be0f428a0bf6983308c063 (diff) | |
download | git-bz-0f3311c316d4ae22ce369871665ba6b186b825db.tar.gz |
Make search-for-substring idiomatic
Though it didn't matter here, s.find(x) >= 0 is is better to write
than s.find(x) > 0.
Diffstat (limited to 'TODO')
0 files changed, 0 insertions, 0 deletions