Skip to content

Commit d194f35

Browse files
committed
run toc generator
1 parent 0e1ebad commit d194f35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/effective-dart/_toc.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ the project:
105105
* <a href='/effective-dart/usage#dont-use-an-explicit-default-value-of-null'>DON'T use an explicit default value of <code>null</code>.</a>
106106
* <a href='/effective-dart/usage#dont-use-true-or-false-in-equality-operations'>DON'T use <code>true</code> or <code>false</code> in equality operations.</a>
107107
* <a href='/effective-dart/usage#avoid-late-variables-if-you-need-to-check-whether-they-are-initialized'>AVOID <code>late</code> variables if you need to check whether they are initialized.</a>
108-
* <a href='/effective-dart/usage#consider-work-arounds-to-enable-type-promotion-for-nullable-fields'>CONSIDER assigning a nullable field to a local variable to enable type promotion.</a>
108+
* <a href='/effective-dart/usage#consider-work-arounds-to-enable-type-promotion-for-nullable-fields'>CONSIDER work arounds to enable type promotion for nullable fields.</a>
109109

110110
**Strings**
111111

0 commit comments

Comments
 (0)