summaryrefslogtreecommitdiff
path: root/book/src/main/scalatex/book/indepth/AdvancedTechniques.scalatex
diff options
context:
space:
mode:
authorlihaoyi <haoyi.sg@gmail.com>2014-11-23 20:33:33 -0800
committerlihaoyi <haoyi.sg@gmail.com>2014-11-23 20:33:33 -0800
commit7924069976b15ee0c535221673d89200ce3d5570 (patch)
treeb9a3b1f83eb55be73796af1d4fd5f32bcf65092f /book/src/main/scalatex/book/indepth/AdvancedTechniques.scalatex
parent0f58d9da34162cdb85d8b3b6c6c9c38a991f02db (diff)
downloadhands-on-scala-js-7924069976b15ee0c535221673d89200ce3d5570.tar.gz
hands-on-scala-js-7924069976b15ee0c535221673d89200ce3d5570.tar.bz2
hands-on-scala-js-7924069976b15ee0c535221673d89200ce3d5570.zip
Packaged resourcesparboiled
Diffstat (limited to 'book/src/main/scalatex/book/indepth/AdvancedTechniques.scalatex')
-rw-r--r--book/src/main/scalatex/book/indepth/AdvancedTechniques.scalatex2
1 files changed, 1 insertions, 1 deletions
diff --git a/book/src/main/scalatex/book/indepth/AdvancedTechniques.scalatex b/book/src/main/scalatex/book/indepth/AdvancedTechniques.scalatex
index f368a71..171b2d3 100644
--- a/book/src/main/scalatex/book/indepth/AdvancedTechniques.scalatex
+++ b/book/src/main/scalatex/book/indepth/AdvancedTechniques.scalatex
@@ -26,7 +26,7 @@
@li
@b{Continuous}: Handling of first-class signals, like in @link("Elm", "http://elm-lang.org/learn/What-is-FRP.elm")
- @sect{Why FPR}
+ @sect{Why FRP}
@p
The value proposition of FRP is that in a "traditional" program, when an event occurs, events and changes propagate throughout the program in an ad-hoc manner. An event-listener may trigger additional events, call some callbacks, or set some mutable variables that subsequent code will read and react to.