Fixed typo

This commit is contained in:
Jeff Parsons 2017-08-09 11:45:39 -07:00 committed by Jeff Parsons
commit f5957fcfdb

View file

@ -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()
{ {