Skip to content

Commit 8107838

Browse files
authored
Tweak Inside Flutter wording (#12607)
1 parent 1d3c72d commit 8107838

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/resources/inside-flutter.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -494,7 +494,7 @@ such that there are very few invalid combinations.
494494
Not all error conditions can be designed out. For those that remain,
495495
in debug builds, Flutter generally attempts to catch the errors very
496496
early and immediately reports them. Asserts are widely used.
497-
Constructor arguments are sanity checked in detail. Lifecycles are
497+
Constructor arguments are spot checked in detail. Lifecycles are
498498
monitored and when inconsistencies are detected they immediately
499499
cause an exception to be thrown.
500500

0 commit comments

Comments
 (0)