mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-12 04:50:18 +00:00
Typo fix
Typo fix
This commit is contained in:
Vendored
+1
-1
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user