diff options
author | Pratik Karki <prertik@outlook.com> | 2017-08-16 10:03:16 +0545 |
---|---|---|
committer | Pratik Karki <prertik@outlook.com> | 2017-08-16 10:03:16 +0545 |
commit | 512c6a7bba79abef0c852d09451edc34fb561580 (patch) | |
tree | 54e4d1b290a2d8cfaf8e8990640491a9e4e84855 /lfe.html.markdown | |
parent | 59a6fe3ff42f22e0223d8810a67641864ecd63d4 (diff) |
fix flavoured spelling
Diffstat (limited to 'lfe.html.markdown')
-rw-r--r-- | lfe.html.markdown | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lfe.html.markdown b/lfe.html.markdown index 3e9e4915..bdf1eff8 100644 --- a/lfe.html.markdown +++ b/lfe.html.markdown @@ -1,12 +1,12 @@ --- -language: "Lisp Flavored Erlang(LFE)" -filename: lispflavorederlang.lfe +language: "Lisp Flavoured Erlang(LFE)" +filename: lispflavourederlang.lfe contributors: - ["Pratik Karki", "https://github.com/prertik"] --- -Lisp Flavored Erlang(LFE) is a functional, concurrent, general-purpose programming +Lisp Flavoured Erlang(LFE) is a functional, concurrent, general-purpose programming language and Lisp dialect(Lisp-2) built on top of Core Erlang and the Erlang Virtual Machine(BEAM). LFE can be obtained from [LFE](https://github.com/rvirding/lfe) |