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 947c9f7 commit 6f3e723Copy full SHA for 6f3e723
docs/docs/reference/other-new-features/safe-initialization.md
@@ -230,7 +230,7 @@ Potentials (π) represent values that are possibly under initialization.
230
- `π.m`: the potential of the field `f` in the potential `π`
231
- `C.super[D]`: essentially the current object, used for virtual method resolution
232
- `Cold`: an object with unknown initialization status
233
-- `Fun(Π, Φ)`: a function, when called produce effects Π and return potentials Φ.
+- `Fun(Π, Φ)`: a function, when called produce effects Φ and return potentials Π.
234
235
Effects are triggered from potentials:
236
0 commit comments