summaryrefslogtreecommitdiff
path: root/book/src/main/scalatex/book/indepth/SemanticDifferences.scalatex
diff options
context:
space:
mode:
authormrefish <mrefish@users.noreply.github.com>2014-12-15 20:18:58 -0700
committermrefish <mrefish@gmail.com>2014-12-15 20:24:15 -0700
commit6193e237ea4233d16449e1dc77bbcfb8217e97ad (patch)
tree15060b8cccdd727e026ea42d114cf89c2266aa3b /book/src/main/scalatex/book/indepth/SemanticDifferences.scalatex
parent7d14b23dbbdaf66b222839874a29fff4a34e1762 (diff)
downloadhands-on-scala-js-6193e237ea4233d16449e1dc77bbcfb8217e97ad.tar.gz
hands-on-scala-js-6193e237ea4233d16449e1dc77bbcfb8217e97ad.tar.bz2
hands-on-scala-js-6193e237ea4233d16449e1dc77bbcfb8217e97ad.zip
Update SemanticDifferences.scalatex
Add whitespace after `,`. Update AdvancedTechniques.scalatex Fixes: * `widhet` to `widget` * `mousedown` to `mousemove` * `mousedown` to `mouseup`
Diffstat (limited to 'book/src/main/scalatex/book/indepth/SemanticDifferences.scalatex')
-rw-r--r--book/src/main/scalatex/book/indepth/SemanticDifferences.scalatex2
1 files changed, 1 insertions, 1 deletions
diff --git a/book/src/main/scalatex/book/indepth/SemanticDifferences.scalatex b/book/src/main/scalatex/book/indepth/SemanticDifferences.scalatex
index ebfd1db..96f3929 100644
--- a/book/src/main/scalatex/book/indepth/SemanticDifferences.scalatex
+++ b/book/src/main/scalatex/book/indepth/SemanticDifferences.scalatex
@@ -1,6 +1,6 @@
@import BookData._
@p
- Although Scala.js tries very hard to maintain compatibility with Scala-JVM, there are some parts where the two platforms differs. This can be roughly grouped into two things: differences in the libraries available,and differences in the language itself. This chapter will cover both of these facets.
+ Although Scala.js tries very hard to maintain compatibility with Scala-JVM, there are some parts where the two platforms differs. This can be roughly grouped into two things: differences in the libraries available, and differences in the language itself. This chapter will cover both of these facets.
@sect{Language Differences}
@sect{Floats are Doubles}