Commit fcf1bb2
docs: do not name a C function parameter
55d43d2 rejects `sql` as a parameter name, so the "Calling C from
V" SQLite example no longer compiled:
error: unexpected keyword `sql`, expecting name
That is one of the two examples that make `check-markdown` fail on
master. Rename the parameter of `C.sqlite3_exec` to `query`.
Co-Authored-By: WOZCODE <contact@withwoz.com>sql
1 parent 63721ac commit fcf1bb2
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8857 | 8857 | | |
8858 | 8858 | | |
8859 | 8859 | | |
8860 | | - | |
| 8860 | + | |
8861 | 8861 | | |
8862 | 8862 | | |
8863 | 8863 | | |
| |||
0 commit comments