diff --git a/faq.html b/faq.html index 906095c..6c81f48 100644 --- a/faq.html +++ b/faq.html @@ -8,7 +8,7 @@
ST-JS is a Java-to-JavaScript transpiler. It's goal is to let +
ST-JS is a Java-to-JavaScript transpiler. Its goal is to let you write true JavaScript while borrowing the syntax and type checking of Java.
ST-JS lets you write your client-side code in Java, and will @@ -151,8 +151,8 @@
The comparison of objects or primitives is slightly different
- between Java and Javscript. For example equals method does
+ between Java and Javascript. For example equals method does
not exist in JavaScript (and there is no way to influence how
egality operators behave in JavaScript).
Conversely the
triple "=" (===) does not exist in Java. And the "==" sign has a