1
0
mirror of https://github.com/adambard/learnxinyminutes-docs.git synced 2025-07-31 12:00:34 +02:00

fix flavoured spelling

This commit is contained in:
Pratik Karki
2017-08-16 10:03:16 +05:45
parent 59a6fe3ff4
commit 512c6a7bba

View File

@@ -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)