Skip to content

Commit 2cf189e

Browse files
Renegade334cjihrig
andauthored
Apply suggestions from code review
Co-authored-by: Colin Ihrig <[email protected]>
1 parent ca594f6 commit 2cf189e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/api/sqlite.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -446,7 +446,7 @@ added: v24.9.0
446446
**Default:** `1000`.
447447
* Returns: {SQLTagStore} A new SQL tag store for caching prepared statements.
448448

449-
Creates a new [`SQLTagStore`][], which is an LRU (Least Recently Used) cache
449+
Creates a new [`SQLTagStore`][], which is an Least Recently Used (LRU) cache
450450
for storing prepared statements. This allows for the efficient reuse of
451451
prepared statements by tagging them with a unique identifier.
452452

@@ -457,7 +457,7 @@ created, executed, and then stored in the cache for future use. This mechanism
457457
helps to avoid the overhead of repeatedly parsing and preparing the same SQL
458458
statements.
459459

460-
Tagged statements bind the "placeholder" values from the template literal as
460+
Tagged statements bind the placeholder values from the template literal as
461461
parameters to the underlying prepared statement. That is to say,
462462

463463
```js

0 commit comments

Comments
 (0)