Skip to content

Commit 6de981d

Browse files
committed
try manually updating toc
1 parent 1b9267f commit 6de981d

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 @@ $ dart run dart_site effective-dart
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-assigning-a-nullable-field-to-a-local-variable-to-enable-type-promotion'>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 assigning a nullable field to a local variable to enable type promotion.</a>
109109

110110
**Strings**
111111

0 commit comments

Comments
 (0)