We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a222703 commit ad654d0Copy full SHA for ad654d0
src/Lean/Shell.lean
@@ -55,7 +55,7 @@ opaque displayCumulativeProfilingTimes : BaseIO Unit
55
@[extern "lean_internal_has_address_sanitizer"]
56
opaque Internal.hasAddressSanitizer (_ : Unit) : Bool
57
58
-/-- Whether Lean was built with multithread support (i.e., `LEAN_MULTI_THREAd`). -/
+/-- Whether Lean was built with multithread support (i.e., `LEAN_MULTI_THREAD`). -/
59
@[extern "lean_internal_is_multi_thread"]
60
opaque Internal.isMultiThread (_ : Unit) : Bool
61
0 commit comments