diff --git a/mozilla/js/rhino/docs/overview.html b/mozilla/js/rhino/docs/overview.html index e7c95ec6e0c..31a588196f3 100644 --- a/mozilla/js/rhino/docs/overview.html +++ b/mozilla/js/rhino/docs/overview.html @@ -39,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