aboutsummaryrefslogtreecommitdiff
path: root/lang/nml
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2016-05-19 10:44:11 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2016-05-19 10:44:11 +0000
commit4e942b64191e2ef98dce2c5af31047a8640db768 (patch)
tree8c3238b7f0cbec2e9210d52f562960bb22323a7d /lang/nml
parent1d1f878054efdd1171a8cb006e59ad0727610293 (diff)
downloadports-4e942b64191e2ef98dce2c5af31047a8640db768.tar.gz
ports-4e942b64191e2ef98dce2c5af31047a8640db768.zip
- Fix trailing whitespace in pkg-descrs, categories [g-n]*
Approved by: portmgr blanket
Notes
Notes: svn path=/head/; revision=415499
Diffstat (limited to 'lang/nml')
-rw-r--r--lang/nml/pkg-descr2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/nml/pkg-descr b/lang/nml/pkg-descr
index 66d07b97b2d7..6cec7f8bbd35 100644
--- a/lang/nml/pkg-descr
+++ b/lang/nml/pkg-descr
@@ -2,7 +2,7 @@
- nML is a higher-order and typed programming language.
- nML does not stand against the C programming convention.
-- nML compiler is a compiler of the nML language
+- nML compiler is a compiler of the nML language
using the Objective Caml compiler:
nML parser + nML type-checker +
nML-to-OCaml translator + the OCaml compiler.