Skip to content

Commit c26b1c1

Browse files
committed
MSSQL doc: wrong name of prepared parameters
Signed-off-by: Thomas Segismont <tsegismont@gmail.com>
1 parent 0ebea02 commit c26b1c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vertx-mssql-client/src/main/asciidoc/index.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
= Reactive MSSQL Client
2-
:PREPARED_PARAMS: `@1`, `@2`, etc…​
2+
:PREPARED_PARAMS: `@p1`, `@p2`, etc…​
33

44
The Reactive MSSQL Client is a client for Microsoft SQL Server with a straightforward API focusing on
55
scalability and low overhead.

0 commit comments

Comments
 (0)