Skip to content

Commit 6f3e723

Browse files
committed
Fix typo in docs
1 parent 947c9f7 commit 6f3e723

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
@@ -230,7 +230,7 @@ Potentials (π) represent values that are possibly under initialization.
230230
- `π.m`: the potential of the field `f` in the potential `π`
231231
- `C.super[D]`: essentially the current object, used for virtual method resolution
232232
- `Cold`: an object with unknown initialization status
233-
- `Fun(Π, Φ)`: a function, when called produce effects Π and return potentials Φ.
233+
- `Fun(Π, Φ)`: a function, when called produce effects Φ and return potentials Π.
234234

235235
Effects are triggered from potentials:
236236

0 commit comments

Comments
 (0)