Marge Bot pushed to branch master at Glasgow Haskell Compiler / GHC

Commits:

1 changed file:

Changes:

  • docs/users_guide/javascript.rst
    ... ... @@ -430,7 +430,7 @@ format.
    430 430
     In other cases, C functions are used for performance. For these cases, pure-Haskell
    
    431 431
     implementations are the preferred first step for compatibility with the JavaScript
    
    432 432
     backend since it would be more future-proof against changes to the RTS data format.
    
    433
    -Depending on the use case, compiler-optimised JS code might be hard to complete with
    
    433
    +Depending on the use case, compiler-optimised JS code might be hard to compete with
    
    434 434
     using hand-written JavaScript. Generally, the most likely performance gains from
    
    435 435
     hand-written JavaScript come from functions with data that stays as JavaScript
    
    436 436
     primitive types for a long time, especially strings. For this, ``JSVal`` allows