Merge pull request #1694 from prathamesh-sonpatki/async-storage

[DOC] Removed unwanted "e.g" from documentation of multiSet
This commit is contained in:
Alexsander Akers 2015-07-05 11:37:41 +02:00
commit fe9af98a28
1 changed files with 1 additions and 1 deletions

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);
*/