We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7bcb370 commit fedcc49Copy full SHA for fedcc49
README.md
@@ -359,7 +359,7 @@ The function signature looks like this:
359
`async each (sql, [...params], callback)`
360
361
- `callback(err, row)` is triggered when the database has a row to return
362
-- The promise resolves when all rows have returned with the number or rows returned.
+- The promise resolves when all rows have returned with the number of rows returned.
363
364
```typescript
365
const rowsCount = await db.each(
0 commit comments