chore: fix incorrect comment

Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
This commit is contained in:
Leonardo de Moura 2021-08-09 10:49:06 -07:00
parent fdce7a99e1
commit 3896c44b55

View file

@ -63,7 +63,7 @@ inductive StructFieldKind where
structure StructFieldInfo where
name : Name
declName : Name -- Remark: this field value doesn't matter for fromParent fields.
declName : Name -- Remark: for `fromParent` fields, `declName` is only relevant in the generation of auxiliary `_default` functions.
fvar : Expr
kind : StructFieldKind
inferMod : Bool := false