[DOC] Removed unwanted "e.g" from documentation of multiSet

This commit is contained in:
Prathamesh Sonpatki 2015-06-20 10:31:48 +05:30
parent 9dc9648504
commit ffe80fa10a

View File

@ -183,7 +183,7 @@ var AsyncStorage = {
/**
* multiSet and multiMerge take arrays of key-value array pairs that match
* the output of multiGet, e.g. Returns a `Promise` object.
* the output of multiGet. Returns a `Promise` object.
*
* multiSet([['k1', 'val1'], ['k2', 'val2']], cb);
*/