danwrong / restler

REST client library for node.js
MIT License
1.99k stars 391 forks source link

Documentation error #241

Open rolatsch opened 8 years ago

rolatsch commented 8 years ago

If some error has occurred, result is always instance of Error, otherwise it contains response data.

should be " If some error has occurred, data is always instance of Error, otherwise it contains response data."