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 823671f commit fd470daCopy full SHA for fd470da
src/Lean/Language/Lean.lean
@@ -315,7 +315,7 @@ def reparseOptions (opts : Options) : IO Options := do
315
| unless weak do
316
throw <| .userError s!"invalid -D parameter, unknown configuration option '{name}'
317
318
-If the option is defined in this library, use '-D{`weak ++ name}' to set it conditionally"
+If the option is defined in a library, use '-D{`weak ++ name}' to set it conditionally"
319
320
let .ofString val := val
321
| opts' := opts'.insert name val -- Already parsed
0 commit comments