From 08b76f8c79e23a0a330ca6f48ba0e71b84e90572 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C3=A1ll=20Haraldsson?= Date: Fri, 3 Mar 2017 16:06:18 +0000 Subject: [PATCH] Typos [skip ci] --- doc/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/index.md b/doc/index.md index 5f2d774..28b0e88 100644 --- a/doc/index.md +++ b/doc/index.md @@ -102,7 +102,7 @@ lisp> (+ 1 3) 4 ``` -Wich would return `4` and would be equivalent of: +Which would return `4` and would be equivalent of: ```julia lisp> (+ 1 3) @@ -144,7 +144,7 @@ result = 46 - 8 result = 38 ``` -Now let's try the same thing in ``LispSuntax: +Now let's try the same thing in `LispSyntax`: ```julia (def result (- (/ (+ 1 3 88) 2) 8))