From ff59cb796d101cabdbf6d3c548fe05190e29cb03 Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Mon, 3 Oct 2016 23:06:19 -0400 Subject: [PATCH] Added spaces --- docs/api/primitives.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/api/primitives.md b/docs/api/primitives.md index 88a38e99..d4da92a7 100644 --- a/docs/api/primitives.md +++ b/docs/api/primitives.md @@ -85,11 +85,17 @@ For more information see the [R7RS Scheme Specification](../r7rs.pdf) - [`vector? `](#vector) #\* + (* z1 ...) + Return the product of the arguments. + #+ + (+ z1 ...) + Return the sum of the arguments. + #- (- z) (- z1 z2 ...)