doc: fix simp configuration option default value for decide (#3894)

This commit is contained in:
Kyle Miller 2024-04-12 15:02:08 -07:00 committed by GitHub
parent ddbdfb954b
commit c24b419ee4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -130,7 +130,7 @@ structure Config where
-/
proj : Bool := true
/--
When `true` (default: `true`), rewrites a proposition `p` to `True` or `False` by inferring
When `true` (default: `false`), rewrites a proposition `p` to `True` or `False` by inferring
a `Decidable p` instance and reducing it.
-/
decide : Bool := false