summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lang/snobol/pkg-descr4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/snobol/pkg-descr b/lang/snobol/pkg-descr
index 0e4ad565d0f1..56cfc1382f21 100644
--- a/lang/snobol/pkg-descr
+++ b/lang/snobol/pkg-descr
@@ -6,8 +6,8 @@ the C language as target, http://www.snobol4.com/snobol4-0.99.4.tar.gz.
SNOBOL4, while known primarily as a string language excels at any
task involving symbolic manipulations. It provides run time typing,
-garbage collection, user data types, on the fly compilation. It's
-primary weakness is it's simple syntax, and lack of "structured
+garbage collection, user data types, on the fly compilation. Its
+primary weakness is its simple syntax, and lack of "structured
programming" constructs. However some consider the spareness of
SNOBOL4 syntax a strength when compared to some "modern" agglomerations
such as perl.