Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 010fb42

Browse filesBrowse files
authored
Fix README.md code example (#556)
1 parent a161ff4 commit 010fb42
Copy full SHA for 010fb42

File tree

1 file changed

+1
-1
lines changed
Filter options

1 file changed

+1
-1
lines changed

‎README.md

Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ If you need ```BigInt``` support, it is partially supported since most browsers
270270
while (stmt.step()) console.log(stmt.get(null, config));
271271
272272
/*OR*/
273-
const result = db.exec("SELECT * FROM test", config);
273+
const results = db.exec("SELECT * FROM test", config);
274274
console.log(results[0].values)
275275
</script>
276276
```

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.