diff --git a/mozilla/js/rhino/docs/overview.html b/mozilla/js/rhino/docs/overview.html index f4d5a483b53..e7c95ec6e0c 100644 --- a/mozilla/js/rhino/docs/overview.html +++ b/mozilla/js/rhino/docs/overview.html @@ -24,8 +24,7 @@ documents. All the features of JavaScript 1.5
  • -LiveConnect --- allows direct scripting of Java
  • +Allows direct scripting of Java
  • A JavaScript shell for executing JavaScript scripts
  • @@ -40,7 +39,7 @@ Language The JavaScript language itself is standardized by Standard ECMA-262 ECMAScript: A general purpose, cross-platform programming language. Rhino 1.5 implements JavaScript 1.5, which conforms to Edition 3 of the Standard. The Standard -may be downloaded or +may be downloaded or obtained by mail from ECMA, 114 Rue du Rhône, CH1204 Geneva, Switzerland.

    In addition, Rhino has implemented JavaAdapters, which allows JavaScript to implement any Java interface or extend any Java class with a JavaScript