doc: Correct comment about parent filling expr
This commit is contained in:
parent
9a5ee49778
commit
6d22841a27
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue