Skip to content

Commit

Permalink
Merge pull request #74 from nhz2/patch-1
Browse files Browse the repository at this point in the history
Fix typo in `Malt.Worker()` example
  • Loading branch information
savq authored Apr 11, 2024
2 parents 2629e58 + 64039f0 commit 37e4c4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Malt.jl
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ Create a new `Worker`. A `Worker` struct is a handle to a (separate) Julia proce
# Examples
```julia-repl
julia> w = Malt.worker()
julia> w = Malt.Worker()
Malt.Worker(0x0000, Process(`…`, ProcessRunning))
```
"""
Expand Down

0 comments on commit 37e4c4a

Please sign in to comment.