From b09c0d0fcbb4cd45b634a4a959006809eaa0c598 Mon Sep 17 00:00:00 2001 From: "Max Base (Seyyed Ali Mohammadiyeh)" Date: Tue, 13 May 2025 18:46:12 +0330 Subject: [PATCH] Fix typo mistake - commmitted --- codeworld-prediction/src/CodeWorld/Prediction.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/codeworld-prediction/src/CodeWorld/Prediction.hs b/codeworld-prediction/src/CodeWorld/Prediction.hs index 4a7945617..0010a4740 100644 --- a/codeworld-prediction/src/CodeWorld/Prediction.hs +++ b/codeworld-prediction/src/CodeWorld/Prediction.hs @@ -169,7 +169,7 @@ addEvent step rate player now mbEvent f = $ recordActivity step rate player now $ f {pending = maybe id (M.insertR (now, player)) mbEvent $ pending f} --- | Updates the 'lastEvents' field, and possibly updates the commmitted state +-- | Updates the 'lastEvents' field, and possibly updates the committed state recordActivity :: StepFun s -> AnimationRate ->