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 1d3c72d commit 8107838Copy full SHA for 8107838
src/content/resources/inside-flutter.md
@@ -494,7 +494,7 @@ such that there are very few invalid combinations.
494
Not all error conditions can be designed out. For those that remain,
495
in debug builds, Flutter generally attempts to catch the errors very
496
early and immediately reports them. Asserts are widely used.
497
-Constructor arguments are sanity checked in detail. Lifecycles are
+Constructor arguments are spot checked in detail. Lifecycles are
498
monitored and when inconsistencies are detected they immediately
499
cause an exception to be thrown.
500
0 commit comments