mirror of
https://github.com/danog/sql.git
synced 2024-11-26 20:15:08 +01:00
Fix doc comment
This commit is contained in:
parent
83e21f8699
commit
dbd1284c9c
@ -16,8 +16,8 @@ interface Result extends Stream
|
|||||||
public function continue(): Promise;
|
public function continue(): Promise;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Resolves with a new instance of ResultSet or CommandResult if another result is available after this result.
|
* Resolves with a new instance of Result if another result is available after this result. Resolves with null if
|
||||||
* Resolves with null if no further results are available.
|
* no further results are available.
|
||||||
*
|
*
|
||||||
* @return Promise<Result|null>
|
* @return Promise<Result|null>
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user