From 02a02ecd9eee8375967266c0ae0f938d0b63e125 Mon Sep 17 00:00:00 2001 From: AdeliMwelesaGeorge Date: Sun, 20 Jan 2019 04:45:33 +0300 Subject: [PATCH] fix typo (#31783) Changed closure to clojure. --- guide/english/elixir/index.md | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/guide/english/elixir/index.md b/guide/english/elixir/index.md index 668dccb42f..fed5da68f2 100644 --- a/guide/english/elixir/index.md +++ b/guide/english/elixir/index.md @@ -3,10 +3,6 @@ title: Elixir --- +Elixir is a dynamic, functional programming language built to run on the Erlang virtual machine (BEAM). Elixir is known for being a concurrent and general purpose language that is often leveraged with the powerful Phoenix framework. This language was created by José Valim, and has been influenced by languages like Ruby, Erlang, and Clojure. - -## Elixir - -Elixir is a dynamic, functional programming language built to run on the Erlang virtual machine (BEAM). Elixir is known for being a concurrent and general purpose language that is often leveraged with the powerful Phoenix framework. This language was created by José Valim, and has been influenced by languages like Ruby, Erlang, and Closure. - -You can read more about it on the own website! +You can read more about it on the [official Elixir website!](https://elixir-lang.org/)