Fixing typo in Javascript.lhs

This commit is contained in:
freezeboy 2016-05-10 23:04:19 +02:00 committed by Julian K. Arni
parent 95d077f586
commit 9e71fde756

View File

@ -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: