fix docs build

This commit is contained in:
Jacob Nguyen
2024-01-07 15:38:22 -06:00
parent c281832db2
commit a6fa4e3dcb

View File

@@ -22,7 +22,7 @@ export type Config <T extends (keyof Dependencies)[]> =
/**
* A small wrapper to provide type inference.
* Create a Presence module which **MUST** be put in a file called presence.<language-extension>
* Create a Presence module which **MUST** be put in a file called presence.(language-extension)
* adjacent to the file where **Sern.init** is CALLED.
*/
export function module<T extends (keyof Dependencies)[]>