From 0b9bc3d39cc443b09e9c4e64fae27c8b7bc0c306 Mon Sep 17 00:00:00 2001 From: khtsly Date: Sat, 11 Apr 2026 18:19:36 +0700 Subject: [PATCH] chore(docs): oops this shouldnt return anything --- docs/api/1.1/server.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api/1.1/server.md b/docs/api/1.1/server.md index 6c8b488..77afba7 100644 --- a/docs/api/1.1/server.md +++ b/docs/api/1.1/server.md @@ -20,7 +20,7 @@ this is optional and conditional, you may have to use this if you had a problem ```luau [Variable] ( namespaces: { string }, -) -> Connection +) ``` ```luau [Example]