From cd6b413a9c41e3531ff34d6ff9693c78dccefbf6 Mon Sep 17 00:00:00 2001 From: Felix Yan Date: Thu, 19 Nov 2015 09:39:44 +0800 Subject: [PATCH] Fix a typo in clojure README langauge -> language --- clojure/content.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clojure/content.md b/clojure/content.md index f701b193..acd5929a 100644 --- a/clojure/content.md +++ b/clojure/content.md @@ -1,6 +1,6 @@ # What is Clojure? -Clojure is a dialect of the Lisp programming language. It is a general-purpose programming language with an emphasis on functional programming. It runs on the Java Virtual Machine, Common Langauge Runtime, and JavaScript engines. Like other Lisps, Clojure treats code as data and has a macro system. +Clojure is a dialect of the Lisp programming language. It is a general-purpose programming language with an emphasis on functional programming. It runs on the Java Virtual Machine, Common Language Runtime, and JavaScript engines. Like other Lisps, Clojure treats code as data and has a macro system. > [wikipedia.org/wiki/Clojure](http://en.wikipedia.org/wiki/Clojure)