pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/lang/duktape duktape: Capitalize ECMAScript and JavaSc...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4a2d0a429f22
branches:  trunk
changeset: 414906:4a2d0a429f22
user:      ryoon <ryoon%pkgsrc.org@localhost>
date:      Sat Apr 04 07:46:24 2020 +0000

description:
duktape: Capitalize ECMAScript and JavaScript

diffstat:

 lang/duktape/DESCR |  14 +++++++-------
 1 files changed, 7 insertions(+), 7 deletions(-)

diffs (25 lines):

diff -r 985148bf8dbd -r 4a2d0a429f22 lang/duktape/DESCR
--- a/lang/duktape/DESCR        Sat Apr 04 07:32:28 2020 +0000
+++ b/lang/duktape/DESCR        Sat Apr 04 07:46:24 2020 +0000
@@ -1,14 +1,14 @@
-Duktape is an embeddable Ecmascript E5/E5.1 engine with a focus on
+Duktape is an embeddable ECMAScript E5/E5.1 engine with a focus on
 portability and compact footprint.  By integrating Duktape into your
 C/C++ program you can easily extend its functionality through
 scripting.  You can also build the main control flow of your program
-in Ecmascript and use fast C code functions to do heavy lifting.
+in ECMAScript and use fast C code functions to do heavy lifting.
 
-The terms Ecmascript and Javascript are often considered more or less
-equivalent, although Javascript and its variants are technically just
-one environment where the Ecmascript language is used.  The line
+The terms ECMAScript and JavaScript are often considered more or less
+equivalent, although JavaScript and its variants are technically just
+one environment where the ECMAScript language is used.  The line
 between the two is not very clear in practice:  even non-browser
-Ecmascript environments often provide some browser-specific built-ins.
+ECMAScript environments often provide some browser-specific built-ins.
 Duktape is no exception, and provides the commonly used print() and
-alert() built-ins.  Even so, we use the term Ecmascript throughout to
+alert() built-ins.  Even so, we use the term ECMAScript throughout to
 refer to the language implemented by Duktape.



Home | Main Index | Thread Index | Old Index