Skip to content

Commit 9eade20

Browse files
Renegade334cjihrig
andauthored
Apply suggestions from code review
Co-authored-by: Colin Ihrig <[email protected]>
1 parent 118f20f commit 9eade20

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
@@ -464,7 +464,7 @@ parameters to the underlying prepared statement. For example:
464464
tagStore.get`SELECT ${value}`;
465465
```
466466

467-
is equivalent to
467+
is equivalent to:
468468

469469
```js
470470
db.prepare('SELECT ?').get(value);

0 commit comments

Comments
 (0)