docs: add title for socket providers section

This commit is contained in:
Richard Moore 2023-08-14 19:34:41 -04:00
parent 0df3ab9313
commit 2710077bea

View File

@ -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";