Skip to content

Commit 03bf4e2

Browse files
Fix docs (#527)
1 parent abeea26 commit 03bf4e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/restate-sdk/src/endpoint.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ export interface RestateEndpoint extends RestateEndpointBase<RestateEndpoint> {
100100
* environment variable. If that variable is undefined as well, the method will
101101
* default to port 9080.
102102
*
103-
* This method's result promise never completes.
103+
* The returned promise resolves with the bound port when the server starts listening, or rejects with a failure otherwise.
104104
*
105105
* This method is a shorthand for:
106106
*

0 commit comments

Comments
 (0)