Skip to content

Commit

Permalink
Typo - Update signals.html
Browse files Browse the repository at this point in the history
  • Loading branch information
PallHaraldsson authored Mar 13, 2023
1 parent 33e9764 commit d8ff8eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/signals.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ <h2>Two Worlds Collide</h2>

*** Closed on Mon Dec 14 16:14:45 2020 ***
</code></pre>
<p>Julia has an option to disable it's use of signals but this results in a crash as it
<p>Julia has an option to disable its use of signals but this results in a crash as it
requires the use of at least <code>SIGINT</code> in order to manage garbage collection in
multithreaded code.</p>
<p>If we simply disable Julia's use of signals then single-threaded code works fine.
Expand Down Expand Up @@ -74,4 +74,4 @@ <h2>The Work-Around For Now</h2>
it's full potential. Still, it is pretty amazing that the chaining facility exists
and that it works as advertised and at least we have a solid pathway forward in
order to using Julia from the JVM or vice versa.</p>
</div></div></div></body></html>
</div></div></div></body></html>

0 comments on commit d8ff8eb

Please sign in to comment.