Skip to content

Commit 3fdf1a2

Browse files
authored
Remove unclear todo (porsager#323)
1 parent a1632ec commit 3fdf1a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ const xs = await sql`
130130
131131
### Query parameters
132132

133-
Parameters are automatically extracted and handled by the database so that SQL injection isn't possible. No special handling is necessary, simply use tagged template literals as usual. **Dynamic queries and query building can be seen in the [next section]()**. // todo
133+
Parameters are automatically extracted and handled by the database so that SQL injection isn't possible. No special handling is necessary, simply use tagged template literals as usual.
134134

135135
```js
136136
const name = 'Mur'

0 commit comments

Comments
 (0)