From 7924069976b15ee0c535221673d89200ce3d5570 Mon Sep 17 00:00:00 2001 From: lihaoyi Date: Sun, 23 Nov 2014 20:33:33 -0800 Subject: Packaged resources --- book/src/main/scalatex/book/indepth/AdvancedTechniques.scalatex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'book/src/main/scalatex/book/indepth/AdvancedTechniques.scalatex') 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. -- cgit v1.2.3