Skip to content
This repository has been archived by the owner on Jul 22, 2024. It is now read-only.

Commit

Permalink
s/enusres/ensures/g
Browse files Browse the repository at this point in the history
  • Loading branch information
alhirzel committed Aug 15, 2022
1 parent 55697de commit ae1bf92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/manual/async.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

It is possible to perform background computation without interfering with user interface
responsiveness either using multithreading or using separate processes. Use of a separate
process includes slightly more overhead but also enusres user interface responsiveness more
process includes slightly more overhead but also ensures user interface responsiveness more
robustly.

Here is an example using [threads](https://docs.julialang.org/en/v1/manual/multi-threading/).
Expand Down

0 comments on commit ae1bf92

Please sign in to comment.