Comparing version
@@ -6,3 +6,3 @@ { | ||
"types": "dist/index.d.ts", | ||
"version": "2.0.2", | ||
"version": "2.0.3", | ||
"scripts": { | ||
@@ -9,0 +9,0 @@ "pretest": "npm run build", |
@@ -21,3 +21,3 @@ # Async-Ray | ||
// Call filter method | ||
// Call Filter method | ||
const filterArray = await AsyncRay(inputArray).aFilter( | ||
@@ -108,3 +108,3 @@ async (i, index, collection) => { | ||
// Call reduce method | ||
// Call Reduce method | ||
const output = await AsyncRay(inputArray).aReduce( | ||
@@ -111,0 +111,0 @@ async (acc, i, index, collection) => { |