From 07e0a99577dd61fa0386b8dfd965622e87e98d04 Mon Sep 17 00:00:00 2001 From: khtsly Date: Mon, 16 Feb 2026 17:55:41 +0700 Subject: [PATCH] chore(docs): update server.md --- docs/api/1.1/server.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/api/1.1/server.md b/docs/api/1.1/server.md index 24a0122..c89545e 100644 --- a/docs/api/1.1/server.md +++ b/docs/api/1.1/server.md @@ -10,8 +10,8 @@ local Server = Warp.Server() ## `.reg_namespaces` -Register namespaces to ensure all of the namespaces is earlier being registered on the server to prevent any unexpected issues on the client. -but this is optional, you may have to use this if you had a problem with identifier namespace on client. +Register namespaces to ensure all of the namespaces is being registered earlier on the server to prevent any unexpected issues on the client. +but this is optional and conditional, you may have to use this if you had a problem with identifier namespace on client. ::: code-group ```luau [Variable]