Skip to content

Commit

Permalink
fix: udp docs navbar (#10579)
Browse files Browse the repository at this point in the history
  • Loading branch information
jlucaso1 authored Apr 27, 2024
1 parent cc8cdf6 commit 57b529d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/nav.ts
Original file line number Diff line number Diff line change
Expand Up @@ -309,9 +309,9 @@ export default {
page("api/tcp", "TCP sockets", {
description: `Bun's native API implements Web-standard TCP Sockets, plus a Bun-native API for building fast TCP servers.`,
}), // "`Bun.{listen|connect}`")
page("api/tcp", "TCP sockets", {
page("api/udp", "UDP sockets", {
description: `Bun's native API implements fast and flexible UDP sockets.`,
}), // "`Bun.{listen|connect}`")
}), // "`Bun.udpSocket`")
page("api/globals", "Globals", {
description: `Bun implements a range of Web APIs, Node.js APIs, and Bun-native APIs that are available in the global scope.`,
}), // "`Bun.write`"),
Expand Down

0 comments on commit 57b529d

Please sign in to comment.