Docs: remove parentheses from sharp.format (#663)

This commit is contained in:
Adam Coyne 2016-12-31 13:32:18 -06:00 committed by Lovell Fuller
parent 3a1db53d5a
commit d9b667e346

View File

@ -50,7 +50,7 @@ An Object containing nested boolean values representing the available input and
**Examples**
```javascript
console.log(sharp.format());
console.log(sharp.format);
```
Returns **[Object](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object)**