Skip to content

Commit c7d42d9

Browse files
committed
typo
1 parent 923afaf commit c7d42d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Lean/Compiler/LCNF/Types.lean

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ where
197197
| .const declName us =>
198198
if (← getEnv).isExporting && isPrivateName declName then
199199
-- This branch can happen under `backward.privateInPublic`; restore original behavior of
200-
-- failing here, which is caught and ignore above by `observing`.
200+
-- failing here, which is caught and ignored above by `observing`.
201201
throwError "internal compiler error: private in public"
202202
let .inductInfo _ ← getConstInfo declName | return anyExpr
203203
pure <| .const declName us

0 commit comments

Comments
 (0)