Fixed typo
This commit is contained in:
parent
dcc6880717
commit
f5957fcfdb
1 changed files with 1 additions and 1 deletions
|
|
@ -383,7 +383,7 @@ class Computer extends Component {
|
||||||
* disableDiagnostics()
|
* disableDiagnostics()
|
||||||
*
|
*
|
||||||
* @this {Computer}
|
* @this {Computer}
|
||||||
* @return {boolean} (true if diagnostics were, or already are, disabled; false if they remain disabled)
|
* @return {boolean} (true if diagnostics were, or already are, disabled; false if they remain enabled)
|
||||||
*/
|
*/
|
||||||
disableDiagnostics()
|
disableDiagnostics()
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue