Skip to content

Commit 796b710

Browse files
refactor: clarify documentation for Billing API singleton getter in GeneralAPI
1 parent c008f8d commit 796b710

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/lib/api/General.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ export default class GeneralAPI {
7373
}
7474

7575
/**
76-
* Getter for Billing API.
76+
* Singleton getter for Billing API.
7777
*/
7878
public get billing(): BillingApi {
7979
if (this.billingInstance === null) {

0 commit comments

Comments
 (0)