From cb520fa33242fe517f5c897549745c6ab772f0ac Mon Sep 17 00:00:00 2001 From: Inklingboiii <69518450+Inklingboiii@users.noreply.github.com> Date: Mon, 4 Dec 2023 22:28:06 +0100 Subject: [PATCH] Fixed Typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index da002cca..495df244 100644 --- a/README.md +++ b/README.md @@ -917,7 +917,7 @@ The `Result` Array returned from queries is a custom array allowing for easy des ### .count -The `count` property is the number of affected rows returned by the database. This is usefull for insert, update and delete operations to know the number of rows since .length will be 0 in these cases if not using `RETURNING ...`. +The `count` property is the number of affected rows returned by the database. This is useful for insert, update and delete operations to know the number of rows since .length will be 0 in these cases if not using `RETURNING ...`. ### .command