@@ -2320,7 +2320,7 @@ TinCan client library
23202320
23212321 @method saveState
23222322 @param {String } key Key of state to save
2323- @param { String } val Value of state to save
2323+ @param val Value to be stored
23242324 @param {Object } cfg Configuration options
23252325 @param {Object } cfg.activity TinCan.Activity
23262326 @param {Object } cfg.agent TinCan.Agent
@@ -2552,6 +2552,7 @@ TinCan client library
25522552
25532553 @method saveActivityProfile
25542554 @param {String } key Key of activity profile to retrieve
2555+ @param val Value to be stored
25552556 @param {Object } cfg Configuration options
25562557 @param {Object } cfg.activity TinCan.Activity
25572558 @param {String } [cfg.lastSHA1] SHA1 of the previously seen existing profile
@@ -2753,6 +2754,7 @@ TinCan client library
27532754
27542755 @method saveAgentProfile
27552756 @param {String } key Key of agent profile to retrieve
2757+ @param val Value to be stored
27562758 @param {Object } cfg Configuration options
27572759 @param {Object } cfg.agent TinCan.Agent
27582760 @param {String } [cfg.lastSHA1] SHA1 of the previously seen existing profile
@@ -3205,7 +3207,7 @@ TinCan client library
32053207 } ,
32063208
32073209 /**
3208- While a TinCan.Agent instance can store more than one reverse functional identifier
3210+ While a TinCan.Agent instance can store more than one inverse functional identifier
32093211 this method will always only output one to be compliant with the statement sending
32103212 specification. Order of preference is: mbox, mbox_sha1sum, openid, account
32113213
0 commit comments