mirror of
https://github.com/danog/sql.git
synced 2024-11-26 12:04:44 +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;
|
||||
|
||||
/**
|
||||
* Resolves with a new instance of ResultSet or CommandResult if another result is available after this result.
|
||||
* Resolves with null if no further results are available.
|
||||
* Resolves with a new instance of Result if another result is available after this result. Resolves with null if
|
||||
* no further results are available.
|
||||
*
|
||||
* @return Promise<Result|null>
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user