Merge pull request #10697 from GKStretton/patch-1

Fix typo
This commit is contained in:
Harikrishnan Mulackal 2020-12-28 13:10:24 +01:00 committed by GitHub
commit e06af46f3d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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::