Skip to content

Commit 6274e63

Browse files
fstormacqCopilot
andauthored
Update GCI24.asciidoc
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 99993f2 commit 6274e63

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/rules/GCI24/python/GCI24.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ By limiting the number of rows returned, you reduce the amount of processing tha
88
Transmitting a large number of rows over a network can be resource-intensive.
99
By restricting the result set size, you reduce the amount of data that needs to be transferred between the database and the application, improving network efficiency.
1010

11-
If you store data about customers, you certainly don’t need to retrieve information of all at once, because the larger the table will be, the more elements the query will return.
11+
If you store data about customers, you certainly don’t need to retrieve all their information at once, because the larger the table is, the more elements the query will return.
1212

1313
[source,python,data-diff-id="1",data-diff-type="noncompliant"]
1414
----

0 commit comments

Comments
 (0)