Skip to content

Commit fe9af98

Browse files
committed
Merge pull request #1694 from prathamesh-sonpatki/async-storage
[DOC] Removed unwanted "e.g" from documentation of multiSet
2 parents 60b5645 + ffe80fa commit fe9af98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Libraries/Storage/AsyncStorage.ios.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ var AsyncStorage = {
183183

184184
/**
185185
* multiSet and multiMerge take arrays of key-value array pairs that match
186-
* the output of multiGet, e.g. Returns a `Promise` object.
186+
* the output of multiGet. Returns a `Promise` object.
187187
*
188188
* multiSet([['k1', 'val1'], ['k2', 'val2']], cb);
189189
*/

0 commit comments

Comments
 (0)