From 2951747d1af892943ad99ce7b726148582cd0626 Mon Sep 17 00:00:00 2001 From: Pietro Monticone <38562595+pitmonticone@users.noreply.github.com> Date: Thu, 26 Oct 2023 17:19:49 +0200 Subject: [PATCH] Update EnvExtensions.lean --- server/GameServer/EnvExtensions.lean | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/GameServer/EnvExtensions.lean b/server/GameServer/EnvExtensions.lean index 696bdb2..b1662f3 100644 --- a/server/GameServer/EnvExtensions.lean +++ b/server/GameServer/EnvExtensions.lean @@ -67,7 +67,7 @@ structure InventoryTemplate where /-- Depends on the type: * Tactic: the tactic's name * Lemma: fully qualified lemma name - * Definition: no restrictions (preferrably the definions fully qualified name) + * Definition: no restrictions (preferably the definitions fully qualified name) -/ name: Name /-- Only for Lemmas. To sort them into tabs -/