docs(Application): rename Oauth2Application to Application (#6891)

This commit is contained in:
GodderE2D
2021-10-27 03:04:10 +11:00
committed by GitHub
parent ceaf738d2e
commit 76856b967a

View File

@@ -115,7 +115,7 @@ class Application extends Base {
/** /**
* When concatenated with a string, this automatically returns the application's name instead of the * When concatenated with a string, this automatically returns the application's name instead of the
* Oauth2Application object. * Application object.
* @returns {?string} * @returns {?string}
* @example * @example
* // Logs: Application name: My App * // Logs: Application name: My App