From 6d22841a276e36de88ce5eed5ec2efb6e7af45a3 Mon Sep 17 00:00:00 2001 From: Leni Aniva Date: Tue, 30 Jan 2024 16:37:35 -0800 Subject: [PATCH] doc: Correct comment about parent filling expr --- Pantograph/Protocol.lean | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pantograph/Protocol.lean b/Pantograph/Protocol.lean index fcc253f..84e0cc2 100644 --- a/Pantograph/Protocol.lean +++ b/Pantograph/Protocol.lean @@ -241,7 +241,7 @@ structure GoalPrint where structure GoalPrintResult where -- The root expression root?: Option Expression := .none - -- How is this goal filled in relation to its children? + -- The filling expression of the parent goal parent?: Option Expression := .none deriving Lean.ToJson