From 3cfe405f7f5e5a274b3dd95244dc07b0057bb877 Mon Sep 17 00:00:00 2001 From: Daan van Berkel Date: Mon, 2 May 2016 19:05:25 +0200 Subject: [PATCH] Remove superfluous add The add in this sentence is unnecessary. --- literate.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/literate.org b/literate.org index 658d5ab..74f85ed 100644 --- a/literate.org +++ b/literate.org @@ -94,7 +94,7 @@ One substitution map which makes this expression true is *** Adding entries Although a substitution map is nothing but a regular clojure map, we need some utility functions to deal with some subtleties of its behavior. -The first is for adding add new entries: +The first is for adding new entries: #+begin_src clojure :tangle "src/micro_logic/core.clj" :comments org (defn add-substitution [s-map lvar value]