Fix swapped terms in function documentation. #2626
This commit is contained in:
G. Torreilles 2017-03-11 23:19:52 +01:00 committed by GitHub
parent c06c790dc5
commit 398df910f7
1 changed files with 2 additions and 2 deletions

View File

@ -43,9 +43,9 @@
/*
* Usage:
*
* failsafeInit() and resetFailsafe() must be called before the other methods are used.
* failsafeInit() and failsafeReset() must be called before the other methods are used.
*
* failsafeInit() and resetFailsafe() can be called in any order.
* failsafeInit() and failsafeReset() can be called in any order.
* failsafeInit() should only be called once.
*
* enable() should be called after system initialisation.