fix a typo

This commit is contained in:
fanghr 2022-05-24 01:27:04 +08:00
parent 272be9f1f5
commit fce27a2e3c
No known key found for this signature in database
GPG key ID: 0B261157257380F2

View file

@ -116,7 +116,7 @@ instance PTryFrom PData (PAsData PMutateGovernorDatum) where
{- | Validator for the governor mutation effect.
This effect is implemented using the 'Agora.Effect.makeEffect' wrapper,
meaning that the burning of GAT is checked in the said wrapper.
meaning that the burning of GAT is checked in said wrapper.
In order to locate the governor, the validator is parametrized with a 'Agora.Governor.Governor'.