Skip to content

Commit fd470da

Browse files
committed
chore: tweak error message about weak options
1 parent 823671f commit fd470da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Lean/Language/Lean.lean

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@ def reparseOptions (opts : Options) : IO Options := do
315315
| unless weak do
316316
throw <| .userError s!"invalid -D parameter, unknown configuration option '{name}'
317317
318-
If the option is defined in this library, use '-D{`weak ++ name}' to set it conditionally"
318+
If the option is defined in a library, use '-D{`weak ++ name}' to set it conditionally"
319319

320320
let .ofString val := val
321321
| opts' := opts'.insert name val -- Already parsed

0 commit comments

Comments
 (0)