diff options
author | Loïc Hoguin <[email protected]> | 2013-06-23 00:34:05 +0200 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2013-06-23 00:34:05 +0200 |
commit | b059a1237ffb73c91cfe9c1cbf65866cfda3f6c8 (patch) | |
tree | 437b1e64952cf15956f06ef3d02465853ae4d284 /guide/introduction.md | |
parent | 9eaee45c090b9cb170554bc7e09d679bc0598716 (diff) | |
download | cowboy-b059a1237ffb73c91cfe9c1cbf65866cfda3f6c8.tar.gz cowboy-b059a1237ffb73c91cfe9c1cbf65866cfda3f6c8.tar.bz2 cowboy-b059a1237ffb73c91cfe9c1cbf65866cfda3f6c8.zip |
Reword the clean erlang code part
We don't care about parameterized modules anymore. They're gone!
Diffstat (limited to 'guide/introduction.md')
-rw-r--r-- | guide/introduction.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/guide/introduction.md b/guide/introduction.md index a7f35a2..fb338ac 100644 --- a/guide/introduction.md +++ b/guide/introduction.md @@ -14,9 +14,9 @@ Cowboy is a high quality project. It has a small code base, is very efficient (both in latency and memory use) and can easily be embedded in another application. -Cowboy is clean Erlang code. It bans the use of parameterized modules -and the process dictionary. It includes documentation and typespecs -for all public interfaces. +Cowboy is clean Erlang code. It includes hundreds of tests and its code +is fully compliant with the Dialyzer. It is also well documented and +features both a Function Reference and a User Guide. Prerequisites ------------- |