Skip to content

Commit

Permalink
Merge pull request #178 from CFiggers/patch-2
Browse files Browse the repository at this point in the history
Incorrect function referenced in `(product)` example
  • Loading branch information
bakpakin authored Jun 2, 2023
2 parents 3f51cc6 + 94e5c49 commit 42f27a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/product.janet
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@
(product "hello") # -> 1.35996e+10

# Product over values in a table or struct
(sum {:a 1 :b 2 :c 4}) # -> 8
(product {:a 1 :b 2 :c 4}) # -> 8

0 comments on commit 42f27a4

Please sign in to comment.