aboutsummaryrefslogtreecommitdiff
path: root/docs/reductions.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/reductions.md')
-rw-r--r--docs/reductions.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/reductions.md b/docs/reductions.md
index d68b3886..58cfa314 100644
--- a/docs/reductions.md
+++ b/docs/reductions.md
@@ -22,7 +22,7 @@ nums := [:Int]
sum := (+: nums)
>> sum
-= NONE : Int?
+= none : Int?
>> sum or 0
= 0