From 9097888d3fcc078b04a7bc9fca5380eb3a07f66f Mon Sep 17 00:00:00 2001 From: Julien Gouesse Date: Fri, 6 Nov 2015 16:01:16 +0100 Subject: [PATCH] Fixes a few spelling mistakes It fixes a few spelling mistakes but the link to team.html is still broken. --- faq.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/faq.html b/faq.html index 906095c..6c81f48 100644 --- a/faq.html +++ b/faq.html @@ -8,7 +8,7 @@

What is ST-JS

-

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 @@

How does it work?

HTML page, before all the generated JavaScript. This file is the only mandatory runtime dependency for ST-JS.
  • - jquery bridge: A Java library that exposes a properly typed version of the jQuery API. It's purpose - and usage is similar to js-lib, but for jQuery. Note that jQuery is not a dependency of ST-JS, and using this bridge is + jquery bridge: A Java library that exposes a properly typed version of the jQuery API. Its purpose + and usage are similar to js-lib, but for jQuery. Note that jQuery is not a dependency of ST-JS, and using this bridge is not mandatory.
  • @@ -442,7 +442,7 @@
    Inheritance
    Comparison

    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