From ffe80fa10a89b8d2eac093b3da58b185c5928f80 Mon Sep 17 00:00:00 2001 From: Prathamesh Sonpatki Date: Sat, 20 Jun 2015 10:31:48 +0530 Subject: [PATCH] [DOC] Removed unwanted "e.g" from documentation of multiSet --- Libraries/Storage/AsyncStorage.ios.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Libraries/Storage/AsyncStorage.ios.js b/Libraries/Storage/AsyncStorage.ios.js index fe92f5c58..766efdd43 100644 --- a/Libraries/Storage/AsyncStorage.ios.js +++ b/Libraries/Storage/AsyncStorage.ios.js @@ -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); */