mirror of
https://github.com/clearlinux/docs.git
synced 2026-08-25 17:45:54 +00:00
Fix a typo in clojure README
langauge -> language
This commit is contained in:
+1
-1
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user