diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2016-05-19 18:44:11 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2016-05-19 18:44:11 +0800 |
commit | 3f42e716135bc048b90cb6cca188f324e65c69dc (patch) | |
tree | 8c3238b7f0cbec2e9210d52f562960bb22323a7d /lang/pike78 | |
parent | e127cf2f03a87283f703b70f81a3e1891e56e7f5 (diff) | |
download | freebsd-ports-graphics-3f42e716135bc048b90cb6cca188f324e65c69dc.tar.gz freebsd-ports-graphics-3f42e716135bc048b90cb6cca188f324e65c69dc.tar.zst freebsd-ports-graphics-3f42e716135bc048b90cb6cca188f324e65c69dc.zip |
- Fix trailing whitespace in pkg-descrs, categories [g-n]*
Approved by: portmgr blanket
Diffstat (limited to 'lang/pike78')
-rw-r--r-- | lang/pike78/pkg-descr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/pike78/pkg-descr b/lang/pike78/pkg-descr index 21743e2bb5d..1c5ee1f989b 100644 --- a/lang/pike78/pkg-descr +++ b/lang/pike78/pkg-descr @@ -7,7 +7,7 @@ Pike is : things are easy to do. - Object-oriented, which means that you can use modern programming techniques to divide a large program into small pieces, which are much - easier to write than it would be to write the entire program at once. + easier to write than it would be to write the entire program at once. - Interpreted, which means that you don't have to wait for a program to compile and link when you want to run it. - One of the fastest "scripting" languages available. |