Skip to content

Commit

Permalink
fix typo in cling docu
Browse files Browse the repository at this point in the history
  • Loading branch information
ferdymercury authored and jenkins committed Jul 26, 2024
1 parent 7516f5d commit dac25f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/chapters/implementation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ the fact that translating code at run time adds to the overhead and therefore
causes the execution speed to be slower. This issue is overcome by exploiting
the *Just-In-Time* (`JIT
<https://en.wikipedia.org/wiki/Just-in-time_compilation>`_) compilation method,
which allows an efficient meory management (for example, by evaluating whether a
certain part of the source code is executed often, and then compile this part,
which allows an efficient memory management (for example, by evaluating whether
a certain part of the source code is executed often, and then compile this part,
therefore reducing the overall execution time).

With the JIT approach, the developer types the code in Cling's command
Expand Down

0 comments on commit dac25f5

Please sign in to comment.