updated doc comment

master
John Montagu, the 4th Earl of Sandvich 2023-10-28 17:10:30 -07:00
parent 833fb42827
commit c46a573596
Signed by: sandvich
GPG Key ID: 9A39BE37E602B22D
1 changed files with 1 additions and 0 deletions

View File

@ -41,6 +41,7 @@ export class Client {
/**
* Calls an API method.
* @param creator The type that should be constructed from the response.
* @param methodName The name of the API method to call.
* @param args The arguments to pass to the API method.
* @internal