Tweak return value description

This commit is contained in:
Kevin Sawicki 2016-06-24 15:35:30 -07:00
parent 5fbba2d27b
commit 9479536bb8

View file

@ -77,9 +77,9 @@ Writes the `text` into the clipboard in RTF.
### `clipboard.readBookmark()` ### `clipboard.readBookmark()`
Returns an Object containing `title` and `url` string keys representing the Returns an Object containing `title` and `url` keys representing the bookmark in
bookmark in the clipboard. The `title` and `url` values will be empty strings the clipboard. The `title` and `url` values will be empty strings when the
when the bookmark is unavailable. bookmark is unavailable.
### `clipboard.writeBookmark(title, url[, type])` ### `clipboard.writeBookmark(title, url[, type])`