From 6193e237ea4233d16449e1dc77bbcfb8217e97ad Mon Sep 17 00:00:00 2001 From: mrefish Date: Mon, 15 Dec 2014 20:18:58 -0700 Subject: Update SemanticDifferences.scalatex Add whitespace after `,`. Update AdvancedTechniques.scalatex Fixes: * `widhet` to `widget` * `mousedown` to `mousemove` * `mousedown` to `mouseup` --- book/src/main/scalatex/book/indepth/SemanticDifferences.scalatex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'book/src/main/scalatex/book/indepth/SemanticDifferences.scalatex') 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} -- cgit v1.2.3