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 4a4affd commit 0ae7346Copy full SHA for 0ae7346
docs/_docs/reference/other-new-features/safe-initialization.md
@@ -235,7 +235,7 @@ A value `v` is _effectively hot_ if any of the following is true:
235
- The root object (refered by `ThisRef`) is _effectively hot_.
236
237
An effectively hot value can be regarded as transitively initialized thus can
238
-be safely leaked via method arguments or as RHS of an reassignment.
+be safely leaked via method arguments or as RHS of reassignment.
239
The initialization checker tries to promote non-hot values to effectively hot
240
whenenver possible.
241
0 commit comments