From 4f027b8c2a2aaa0cc3f9e35aceb68bd1255c774f Mon Sep 17 00:00:00 2001 From: bingenito <28159742+bingenito@users.noreply.github.com> Date: Wed, 4 Sep 2024 07:13:48 -0400 Subject: [PATCH] Remove spaces in OnUnsubscribe csharp markdown --- docs/api/ref/PrivateChannel.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/api/ref/PrivateChannel.md b/docs/api/ref/PrivateChannel.md index 51df91acc..ccb03625f 100644 --- a/docs/api/ref/PrivateChannel.md +++ b/docs/api/ref/PrivateChannel.md @@ -329,11 +329,11 @@ onUnsubscribe(handler: (contextType?: string) => void): Listener; - + ```csharp IListener OnUnsubscribe(Action handler); ``` - +