Fixing typo in Javascript.lhs
This commit is contained in:
parent
95d077f586
commit
9e71fde756
1 changed files with 1 additions and 1 deletions
|
@ -469,7 +469,7 @@ Keeping the JQuery as an example, let's see the impact:
|
||||||
|
|
||||||
``` haskell
|
``` haskell
|
||||||
apiJS :: String
|
apiJS :: String
|
||||||
apiJS = jsForAPI api $ jqueryWith defCommonGeneratorOptions { functionNameBuilder: snakeCase }
|
apiJS = jsForAPI api $ jqueryWith defCommonGeneratorOptions { functionNameBuilder= snakeCase }
|
||||||
```
|
```
|
||||||
|
|
||||||
This `String` contains 2 Javascript functions:
|
This `String` contains 2 Javascript functions:
|
||||||
|
|
Loading…
Reference in a new issue