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/6ed01b93 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cordova-js/tree/6ed01b93 Diff: http://git-wip-us.apache.org/repos/asf/incubator-cordova-js/diff/6ed01b93 Branch: refs/heads/master Commit: 6ed01b93f83320b73a7243052cf97ffd7696a891 Parents: fa6e1b6 Author: Josh Soref <jso...@rim.com> Authored: Tue Aug 14 17:33:12 2012 -0400 Committer: Anis Kadri <anis.ka...@gmail.com> Committed: Fri Aug 24 13:50:02 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/6ed01b93/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) {