Skip to content

Commit 891a5f3

Browse files
committed
update docs
1 parent 84d40fa commit 891a5f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/docs/concepts/endpoint/page.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ async fn main() {
1616
}
1717
```
1818

19-
Breaking that down the `builder` sets up configuration for the endpoint, and `bind` creates the endpoint and starts listening for incoming connections. The `await` keyword is used to wait for the endpoint to be created in an asynchronous context.
19+
Breaking that down, `bind` creates the endpoint and starts listening for incoming connections, while the `await` keyword is used to wait for the endpoint to be created in an asynchronous context.
2020

2121
Once you have an endpoint, you can use it to create connections to other endpoints, or accept incoming connections from other endpoints.
2222

0 commit comments

Comments
 (0)