Skip to content

Commit 0ae7346

Browse files
committed
Fix typo in doc
1 parent 4a4affd commit 0ae7346

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
@@ -235,7 +235,7 @@ A value `v` is _effectively hot_ if any of the following is true:
235235
- The root object (refered by `ThisRef`) is _effectively hot_.
236236

237237
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.
238+
be safely leaked via method arguments or as RHS of reassignment.
239239
The initialization checker tries to promote non-hot values to effectively hot
240240
whenenver possible.
241241

0 commit comments

Comments
 (0)