aboutsummaryrefslogtreecommitdiff
path: root/help/currentfunction.md
diff options
context:
space:
mode:
Diffstat (limited to 'help/currentfunction.md')
-rw-r--r--help/currentfunction.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/help/currentfunction.md b/help/currentfunction.md
index f2c5e16d..34ceb1a7 100644
--- a/help/currentfunction.md
+++ b/help/currentfunction.md
@@ -4,11 +4,11 @@
## `π•Š`: Current Function
-A variable assigned to the current function block. `𝕀` can be used to access the current function block as a value.
+A variable assigned to the current function block. `𝕀` can be used to access the current function block as a subject.
`π•Š` can be used for recursion.
F ← {π•Š 0: 1; 𝕩 Γ— π•Š 𝕩-1} # Factorial
F 5
- {𝕀‿𝕀}4 \ No newline at end of file
+ {𝕀‿𝕀}4