Skip to content

Commit

Permalink
Merge pull request #166 from Kinto/pullChanges-code-comment
Browse files Browse the repository at this point in the history
Correct code comment for `Collection#pullChanges`
  • Loading branch information
n1k0 committed Sep 19, 2015
2 parents ee06f16 + 0754b73 commit f0f81d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/collection.js
Original file line number Diff line number Diff line change
Expand Up @@ -443,8 +443,8 @@ export default class Collection {
}

/**
* Import remote changes to the local database. Will reject on encountered
* conflicts.
* Fetch remote changes, import them to the local database,
* and (according to `options.strategy`) handle conflicts.
*
* @param {SyncResultObject} syncResultObject
* @param {Object} options
Expand Down

0 comments on commit f0f81d9

Please sign in to comment.