summaryrefslogtreecommitdiff
path: root/book/src/main/scalatex/book/indepth/SemanticDifferences.scalatex
diff options
context:
space:
mode:
authorLi Haoyi <haoyi@dropbox.com>2014-12-28 18:30:51 +0100
committerLi Haoyi <haoyi@dropbox.com>2014-12-28 18:30:51 +0100
commite27f2ba244d0fef1a654da99d8c8a36cfef5a61a (patch)
tree1c025b74acec6ea48f287b0d06186eaa2fbe5a71 /book/src/main/scalatex/book/indepth/SemanticDifferences.scalatex
parent47495632fb60bb6bdc4b61b3e00333dbe1182e7b (diff)
parenta10f9f097944a2586d2d98fc09a3e43bb77d0250 (diff)
downloadhands-on-scala-js-e27f2ba244d0fef1a654da99d8c8a36cfef5a61a.tar.gz
hands-on-scala-js-e27f2ba244d0fef1a654da99d8c8a36cfef5a61a.tar.bz2
hands-on-scala-js-e27f2ba244d0fef1a654da99d8c8a36cfef5a61a.zip
merged
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}