Typo fix
This commit is contained in:
Marius Žilėnas
2018-05-22 10:22:33 +03:00
committed by GitHub
parent 88fc0023e6
commit f4b3dcad41
+1 -1
View File
@@ -336,7 +336,7 @@ export declare class Request extends events.EventEmitter {
/**
* Add an input parameter to the request.
* @param name The parameter name. This should correspond to a parameter in the SQL, or a parameter that a called procedure expects. The name should not start '@'.
* @param name The parameter name. This should correspond to a parameter in the SQL, or a parameter that a called procedure expects. The name should not start with '@'.
* @param type One of the supported data types.
* @param value The value that the parameter is to be given. The Javascript type of the argument should match that documented for data types.
* @param options Additional type options. Optional.