Explorar o código

Fix a typo in clojure README

langauge -> language
Felix Yan %!s(int64=10) %!d(string=hai) anos
pai
achega
cd6b413a9c
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      clojure/content.md

+ 1 - 1
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)