Skip to content

Commit 37bd069

Browse files
committed
Doc fix.
1 parent f38a546 commit 37bd069

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/datastore/sync_methods/changes.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ function errorPrefix(resourceName) {
3535
*
3636
* @param {string} resourceName The resource type, e.g. 'user', 'comment', etc.
3737
* @param {string|number} id The primary key of the item of the changes to retrieve.
38-
* @param {=object} options Optional configuration. Properties:
38+
* @param {object=} options Optional configuration. Properties:
3939
*
4040
* - `{array=}` - `blacklist` - Array of strings or RegExp that specify fields that should be ignored when checking for changes.
4141
*

0 commit comments

Comments
 (0)