doc: fix docstring for InteractiveGoal
This commit is contained in:
parent
2edf02544e
commit
13e286f545
1 changed files with 1 additions and 1 deletions
|
|
@ -30,7 +30,7 @@ structure InteractiveGoal where
|
|||
goalPrefix : String
|
||||
/-- Identifies the goal (ie with the unique
|
||||
name of the MVar that it is a goal for.)
|
||||
[todo] what should the key be for a term goal?-/
|
||||
This is none when we are showing a term goal. -/
|
||||
mvarId? : Option MVarId := none
|
||||
deriving Inhabited, RpcEncoding
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue