From 73cc3bc6f40f20a3832d52ccfdc460783bd43e51 Mon Sep 17 00:00:00 2001 From: Pham Minh Triet <92496972+Nanome203@users.noreply.github.com> Date: Mon, 18 Nov 2024 18:04:36 +0700 Subject: [PATCH] Fix(doc): update cluster.md (#15214) --- docs/guides/http/cluster.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guides/http/cluster.md b/docs/guides/http/cluster.md index 7d5e8b992d..c434337d79 100644 --- a/docs/guides/http/cluster.md +++ b/docs/guides/http/cluster.md @@ -63,4 +63,4 @@ process.on("exit", kill); --- -At the time of writing, Bun hasn't implemented the `node:cluster` module yet, but this is a faster, simple, and limited alternative. We will also implement `node:cluster` in the future. +Bun has also implemented the `node:cluster` module, but this is a faster, simple, and limited alternative.