Skip to content

Commit 1873121

Browse files
authored
Merge pull request #6920 from philFernandez/patch-1
Fix typo in database/queries.rst
2 parents 2a33c1f + 9fd17c6 commit 1873121

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

user_guide_src/source/database/queries.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ that query multiple times with new sets of data. This eliminates the possibility
191191
passed to the database in a different format than the query itself. When you need to run the same query multiple times
192192
it can be quite a bit faster, too. However, to use it for every query can have major performance hits, since you're calling
193193
out to the database twice as often. Since the Query Builder and Database connections already handle escaping the data
194-
for you, the safety aspect is already taken care of for you. There will be times, though, when you need to ability
194+
for you, the safety aspect is already taken care of for you. There will be times, though, when you need the ability
195195
to optimize the query by running a prepared statement, or prepared query.
196196

197197
Preparing the Query

0 commit comments

Comments
 (0)