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 e140511 commit 0df4acaCopy full SHA for 0df4aca
docs/docs/reference/other-new-features/safe-initialization.md
@@ -236,7 +236,7 @@ and avoids accidental violation of contracts across library versions.
236
237
We can impose the following rules to enforce modularity:
238
239
-4. A class or trait that may be extended in another project should not
+1. A class or trait that may be extended in another project should not
240
call _virtual_ methods on `this` in its template/mixin evaluation,
241
directly or indirectly.
242
0 commit comments