Skip to content

Commit d643fc9

Browse files
authored
Update src/Lean/Meta/Constructions/NoConfusion.lean
1 parent ec4613f commit d643fc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Lean/Meta/Constructions/NoConfusion.lean

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import Lean.Meta.Constructions.NoConfusionLinear
1212

1313
register_builtin_option backwards.linearNoConfusionType : Bool := {
1414
defValue := true
15-
descr := "use the linear-size construction for the `noConfusionType` declaration of an inductive type, else use for the no-confusion-tyep for inductive types"
15+
descr := "use the linear-size construction for the `noConfusionType` declaration of an inductive type. Set to false to use the previous, simpler but quadratic-size construction. "
1616
}
1717

1818
namespace Lean

0 commit comments

Comments
 (0)