Skip to content

Commit

Permalink
docs: add title for socket providers section
Browse files Browse the repository at this point in the history
  • Loading branch information
ricmoo authored and Woodpile37 committed Jan 14, 2024
1 parent b0e6c31 commit 9d948cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src.ts/providers/provider-socket.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* - a sub-class MUST override the `_write(string)` method
* - a sub-class MUST call `_processMessage(string)` for each message
*
* @_subsection: api/providers/abstract-provider
* @_subsection: api/providers/abstract-provider:Socket Providers [about-socketProvider]
*/

import { UnmanagedSubscriber } from "./abstract-provider.js";
Expand Down

0 comments on commit 9d948cf

Please sign in to comment.