aboutsummaryrefslogtreecommitdiffstats
path: root/lang/nml
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2016-05-19 18:44:11 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2016-05-19 18:44:11 +0800
commit3f42e716135bc048b90cb6cca188f324e65c69dc (patch)
tree8c3238b7f0cbec2e9210d52f562960bb22323a7d /lang/nml
parente127cf2f03a87283f703b70f81a3e1891e56e7f5 (diff)
downloadfreebsd-ports-gnome-3f42e716135bc048b90cb6cca188f324e65c69dc.tar.gz
freebsd-ports-gnome-3f42e716135bc048b90cb6cca188f324e65c69dc.tar.zst
freebsd-ports-gnome-3f42e716135bc048b90cb6cca188f324e65c69dc.zip
- Fix trailing whitespace in pkg-descrs, categories [g-n]*
Approved by: portmgr blanket
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.