Skip to content

Commit a472da5

Browse files
committed
docs: read the docs did not render notice as I expected
1 parent ee61cf1 commit a472da5

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

docs/howto/named_parameters.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -63,10 +63,8 @@ sqlc infers the nullability of any specified parameters, and often does exactly
6363
what you want. If you want finer control over the nullability of your
6464
parameters, you may use `sql.narg()` (**n**ullable arg) to override the default
6565
behavior. Using `sql.narg` tells sqlc to ignore whatever nullability it has
66-
inferred and generate a nullable parameter instead.
67-
68-
.. note::
69-
There is no nullable equivalent of the `@` syntax.
66+
inferred and generate a nullable parameter instead. There is no nullable
67+
equivalent of the `@` syntax.
7068

7169
Here is an example that uses a single query to allow updating an author's
7270
name, bio or both.

0 commit comments

Comments
 (0)