chore: fix typo

This commit is contained in:
Leonardo de Moura 2022-03-23 07:39:46 -07:00
parent 170b911a6f
commit e0aa9fb290

View file

@ -27,7 +27,7 @@ unsafe def enableInitializersExecution : IO Unit :=
def isInitializerExecutionEnabled : IO Bool :=
runInitializersRef.get
/- We say Lean is "initializing" when it is executing `builtin_initialize` declarations and importing modules.
/- We say Lean is "initializing" when it is executing `builtin_initialize` declarations or importing modules.
Recall that Lean excutes `initialize` declarations while importing modules. -/
def initializing : IO Bool :=
IO.initializing <||> importingRef.get