Skip to content

Commit

Permalink
Remove spaces in OnUnsubscribe csharp markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
bingenito committed Sep 4, 2024
1 parent 32722dc commit 4f027b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/api/ref/PrivateChannel.md
Original file line number Diff line number Diff line change
Expand Up @@ -329,11 +329,11 @@ onUnsubscribe(handler: (contextType?: string) => void): Listener;

</TabItem>
<TabItem value="dotnet" label=".NET">

```csharp
IListener OnUnsubscribe(Action<string?> handler);
```

</TabItem>
</Tabs>

Expand Down

0 comments on commit 4f027b8

Please sign in to comment.