Grammar: whose
Project: http://git-wip-us.apache.org/repos/asf/incubator-cordova-js/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cordova-js/commit/9d749a89 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cordova-js/tree/9d749a89 Diff: http://git-wip-us.apache.org/repos/asf/incubator-cordova-js/diff/9d749a89 Branch: refs/heads/master Commit: 9d749a898c9b724b527ffc9290a963f9dc6cc035 Parents: 917ca28 Author: Josh Soref <jso...@rim.com> Authored: Tue Aug 14 17:33:12 2012 -0400 Committer: Tim Kim <tim....@nitobi.com> Committed: Thu Aug 23 17:56:45 2012 -0700 ---------------------------------------------------------------------- lib/common/plugin/contacts.js | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cordova-js/blob/9d749a89/lib/common/plugin/contacts.js ---------------------------------------------------------------------- diff --git a/lib/common/plugin/contacts.js b/lib/common/plugin/contacts.js index 6737de5..01b8f15 100644 --- a/lib/common/plugin/contacts.js +++ b/lib/common/plugin/contacts.js @@ -40,7 +40,7 @@ var contacts = { * This function creates a new contact, but it does not persist the contact * to device storage. To persist the contact to device storage, invoke * contact.save(). - * @param properties an object who's properties will be examined to create a new Contact + * @param properties an object whose properties will be examined to create a new Contact * @returns new Contact object */ create:function(properties) {