wrangler
wrangler copied to clipboard
Document that Row#find returns -1 not null
When Row#find cannot find a column, it returns -1, not null. Since it returns an int, it cannot return null.
This doc caused me a little confusion until I looked at the code, so I went ahead and updated it.