Skip to content

Commit 0df4aca

Browse files
committed
Fix typo in doc
1 parent e140511 commit 0df4aca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docs/reference/other-new-features/safe-initialization.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ and avoids accidental violation of contracts across library versions.
236236

237237
We can impose the following rules to enforce modularity:
238238

239-
4. A class or trait that may be extended in another project should not
239+
1. A class or trait that may be extended in another project should not
240240
call _virtual_ methods on `this` in its template/mixin evaluation,
241241
directly or indirectly.
242242

0 commit comments

Comments
 (0)