From 9e71fde7562a6c1b7edf689cb6cc8a7773e28b1e Mon Sep 17 00:00:00 2001 From: freezeboy Date: Tue, 10 May 2016 23:04:19 +0200 Subject: [PATCH] Fixing typo in Javascript.lhs --- doc/tutorial/Javascript.lhs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/tutorial/Javascript.lhs b/doc/tutorial/Javascript.lhs index 921fe40f..09c21df3 100644 --- a/doc/tutorial/Javascript.lhs +++ b/doc/tutorial/Javascript.lhs @@ -469,7 +469,7 @@ Keeping the JQuery as an example, let's see the impact: ``` haskell apiJS :: String -apiJS = jsForAPI api $ jqueryWith defCommonGeneratorOptions { functionNameBuilder: snakeCase } +apiJS = jsForAPI api $ jqueryWith defCommonGeneratorOptions { functionNameBuilder= snakeCase } ``` This `String` contains 2 Javascript functions: