From 5819c874571beec54cc4a10b4fc23c39d63681da Mon Sep 17 00:00:00 2001 From: Brandon Bloom Date: Thu, 31 Jul 2014 13:02:50 -0400 Subject: [PATCH] Fix typo --- clojure/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clojure/README.md b/clojure/README.md index 072429a..e6d785c 100644 --- a/clojure/README.md +++ b/clojure/README.md @@ -1,6 +1,6 @@ # Clojure -This is a cross-listing of papers related to Clojure, it's core, contrib and popular libraries. Papers noted at at Clojure talks, meetups, and conferences can be found here as well. +This is a cross-listing of papers related to Clojure, it's core, contrib and popular libraries. Papers noted at Clojure talks, meetups, and conferences can be found here as well. ## Data Structures * core.rrb-vector * [RRB-Trees: Efficient Immutable Vectors](http://infoscience.epfl.ch/record/169879/files/RMTrees.pdf)