Skip to content

Commit 8a576e5

Browse files
authored
Apply suggestions from code review
1 parent 9eade20 commit 8a576e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/sqlite.md

Lines changed: 1 addition & 1 deletion
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 Least Recently Used (LRU) cache
449+
Creates a new [`SQLTagStore`][], which is a 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

0 commit comments

Comments
 (0)