From 2f4a05db556306a6543a706078ddef09ce10cba0 Mon Sep 17 00:00:00 2001 From: Fellipe Brito Date: Thu, 19 Mar 2015 17:43:39 -0700 Subject: [PATCH 1/2] Fix Typo --- bredesign/source/index.html.erb | 2 +- content/do-things.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bredesign/source/index.html.erb b/bredesign/source/index.html.erb index c703a4cd..72ad74c1 100644 --- a/bredesign/source/index.html.erb +++ b/bredesign/source/index.html.erb @@ -125,7 +125,7 @@

Your code will rarely contain free-floating literals, of course, since they don't actually do anything on their own. Instead, you'll use literals in operations. Operations are how you do things. All - operations take the form, "opening parthensis, operator, operands, + operations take the form, "opening parenthesis, operator, operands, closing parenthesis":

(operator operand1 operand2 ... operandn)

Notice that there are no commas. Clojure uses whitespace to separate diff --git a/content/do-things.md b/content/do-things.md index 78a37122..c436c52e 100644 --- a/content/do-things.md +++ b/content/do-things.md @@ -55,7 +55,7 @@ literal representations are all valid forms: Your code will rarely contain free-floating literals, of course, since they don't actually *do* anything on their own. Instead, you'll use literals in operations. Operations are how you *do things*. All -operations take the form, "opening parthensis, operator, operands, +operations take the form, "opening parenthesis, operator, operands, closing parenthesis": ```clojure From 218127e968f5400dce98902f84c8f74f04e6e7f5 Mon Sep 17 00:00:00 2001 From: Fellipe Brito Date: Sat, 28 Mar 2015 17:12:22 -0700 Subject: [PATCH 2/2] Fix Typo --- content/functional-programming.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/functional-programming.md b/content/functional-programming.md index 34144952..e2d90a54 100644 --- a/content/functional-programming.md +++ b/content/functional-programming.md @@ -141,7 +141,7 @@ perform them, which lets you put them on autopilot. ### Pure Functions Have No Side Effects To perform a side effect is to change the association between a name -and its value within a given scope. For example, in Javscript: +and its value within a given scope. For example, in Javascript: ```javascript var haplessObject = {