From fce27a2e3c57fd1ea48f82f9fde11d2080181149 Mon Sep 17 00:00:00 2001 From: fanghr Date: Tue, 24 May 2022 01:27:04 +0800 Subject: [PATCH] fix a typo --- agora/Agora/Effect/GovernorMutation.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/agora/Agora/Effect/GovernorMutation.hs b/agora/Agora/Effect/GovernorMutation.hs index 4b929f2..fb28e33 100644 --- a/agora/Agora/Effect/GovernorMutation.hs +++ b/agora/Agora/Effect/GovernorMutation.hs @@ -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'.