diff options
author | 2023-04-14 12:00:02 +0100 | |
---|---|---|
committer | 2023-04-14 04:00:02 -0700 | |
commit | 730074b75deb9cd5e00fe48014eabb04434f1fa7 (patch) | |
tree | 57f26fb9d4ef09a26133a1d88f3d01c5abb390b0 /docs/api | |
parent | f6a4516d667f7cf000fb2e3123d29079a5ced272 (diff) | |
download | bun-730074b75deb9cd5e00fe48014eabb04434f1fa7.tar.gz bun-730074b75deb9cd5e00fe48014eabb04434f1fa7.tar.zst bun-730074b75deb9cd5e00fe48014eabb04434f1fa7.zip |
[nit] minor typo in tcp.md (#2657)
Diffstat (limited to 'docs/api')
-rw-r--r-- | docs/api/tcp.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/api/tcp.md b/docs/api/tcp.md index 999464f3f..cb6d2d783 100644 --- a/docs/api/tcp.md +++ b/docs/api/tcp.md @@ -1,4 +1,4 @@ -Use Bun's native TCP API implement performance sensitive systems like database clients, game servers, or anything that needs to communicate over TCP (instead of HTTP). This is a low-level API intended for library authors and for advanced use cases. +Use Bun's native TCP API to implement performance sensitive systems like database clients, game servers, or anything that needs to communicate over TCP (instead of HTTP). This is a low-level API intended for library authors and for advanced use cases. ## Start a server (`Bun.listen()`) |