This commit is contained in:
Greg Stretton
2020-12-28 11:06:40 +00:00
committed by GitHub
parent 03946bcd3c
commit 6aa6161881
+1 -1
View File
@@ -248,7 +248,7 @@ the modifier ``atStage`` ensures that the function can
only be called at a certain stage.
Automatic timed transitions
are handled by the modifier ``timeTransitions``, which
are handled by the modifier ``timedTransitions``, which
should be used for all functions.
.. note::