Skip to content

Commit 4f027b8

Browse files
committed
Remove spaces in OnUnsubscribe csharp markdown
1 parent 32722dc commit 4f027b8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/api/ref/PrivateChannel.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -329,11 +329,11 @@ onUnsubscribe(handler: (contextType?: string) => void): Listener;
329329

330330
</TabItem>
331331
<TabItem value="dotnet" label=".NET">
332-
332+
333333
```csharp
334334
IListener OnUnsubscribe(Action<string?> handler);
335335
```
336-
336+
337337
</TabItem>
338338
</Tabs>
339339

0 commit comments

Comments
 (0)